2e43373a96
modules set out of the list of NetBSD set lists, nlists. If $MKKMOD == no, do not install modules tests.
15 lines
299 B
Makefile
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>
|