Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# $NetBSD: Makefile,v 1.1 2009/02/20 21:39:57 jmmv Exp $ NOMAN= # defined .include <bsd.own.mk> TESTSDIR= ${TESTSBASE}/kernel/kqueue/write TESTS_C= t_fifo TESTS_C+= t_pipe TESTS_C+= t_ttypty LDADD.t_ttypty= -lutil .include <bsd.test.mk>