NetBSD/tests/Makefile

35 lines
506 B
Makefile
Raw Normal View History

2012-08-08 17:57:05 +04:00
# $NetBSD: Makefile,v 1.38 2012/08/08 13:57:05 christos Exp $
.include <bsd.own.mk>
.if ${MKATF} != "no"
TESTSDIR= ${TESTSBASE}
ATFFILE= yes
2012-08-08 17:57:05 +04:00
SUBDIR= bin dev examples games include kernel lib libexec net
SUBDIR+= sbin sys usr.bin usr.sbin
. if (${MKRUMP} != "no")
SUBDIR+= fs rump
2011-06-16 03:45:45 +04:00
. if ${MKKMOD} != "no"
SUBDIR+= modules
. endif
2012-08-08 17:57:05 +04:00
. endif
. if ${MKCRYPTO} != "no"
SUBDIR+= crypto
. endif
. if ${MKIPFILTER} != "no"
SUBDIR+= ipf
. endif
.include <bsd.test.mk>
.else
.include <bsd.subdir.mk>
.endif