NetBSD/tests/Makefile
dyoung 2e43373a96 Fix MKKMOD=no builds: in sets.subr, if $MKKMOD == no, leave the
modules set out of the list of NetBSD set lists, nlists.  If
$MKKMOD == no, do not install modules tests.
2009-11-05 17:34:25 +00:00

15 lines
299 B
Makefile

# $NetBSD: Makefile,v 1.18 2009/11/05 17:34:25 dyoung Exp $
.include <bsd.own.mk>
SUBDIR= crypto fs games ipf kernel lib libexec net rump syscall util
.if ${MACHINE} != "evbppc" && ${MKKMOD} != "no"
SUBDIR+= modules
.endif
TESTSDIR= ${TESTSBASE}
.include <bsd.test.mk>
.include <bsd.subdir.mk>