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.1 2012/08/26 23:03:21 jmmv Exp $ .include <bsd.own.mk> TESTSDIR= ${TESTSBASE}/share/mk TESTS_SH= t_lib t_own t_prog t_test .for test in ${TESTS_SH} TESTS_SH_SRC_${test}= ${test}.sh common.subr .endfor .include <bsd.test.mk>