Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12
# $NetBSD: Makefile,v 1.2 2016/08/26 22:12:22 tnn Exp $ PROG= rot13fs CPPFLAGS+= -D_KERNTYPES LDADD+= -lpuffs -lutil DBG= -g -O0 WARNS= 3 NOMAN= 1 .include <bsd.prog.mk>