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/02/05 10:16:12 roy Exp $ .include <bsd.own.mk> TEST_SUBDIRS= .if ${MKATF} != "no" TEST_SUBDIRS+= tests .endif SUBDIR= lib .WAIT ${TEST_SUBDIRS} .include <bsd.subdir.mk>