Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
# $NetBSD: Makefile,v 1.4 2020/06/12 11:04:45 roy Exp $ # .include <bsd.own.mk> TESTSDIR= ${TESTSBASE}/net/ndp .for name in dad ndp TESTS_SH+= t_${name} TESTS_SH_SRC_t_${name}= ../net_common.sh t_${name}.sh .endfor .include <bsd.test.mk>