Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
# $NetBSD: Makefile,v 1.1 2007/12/04 08:02:24 ad Exp $ NOMAN= # defined PROG= softint1 LDADD+= -lpthread DPADD+= ${LIBPTHREAD} regress: @./${PROG} .include <bsd.prog.mk>