Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $NetBSD: Makefile,v 1.3 2006/10/14 20:42:47 bjh21 Exp $ NOMAN= # defined PROG= abortfixup SRCS= abortfixup.c regress: ${PROG} ./${PROG} .include <bsd.prog.mk>