Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# $NetBSD: Makefile.inst,v 1.3 2023/03/07 10:43:53 martin Exp $ NOPIE= # defined NOCTF= # defined .include <bsd.own.mk> .if exists(${MACHINE_CPU}.s) PROG= hello MAN= # empty LDFLAGS= -nostdlib SRCS= ${MACHINE_CPU}.s .endif .include <bsd.prog.mk>