NetBSD/tests/Makefile

31 lines
459 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.37 2012/03/24 01:36:50 matt Exp $
.include <bsd.own.mk>
.if ${MKATF} != "no"
TESTSDIR= ${TESTSBASE}
ATFFILE= yes
SUBDIR= bin dev examples fs games include kernel lib libexec net
2012-03-17 21:15:28 +04:00
SUBDIR+= rump sbin sys usr.bin usr.sbin
2011-06-16 03:45:45 +04:00
. if ${MKKMOD} != "no"
SUBDIR+= modules
. endif
. if ${MKCRYPTO} != "no"
SUBDIR+= crypto
. endif
. if ${MKIPFILTER} != "no"
SUBDIR+= ipf
. endif
.include <bsd.test.mk>
.else
.include <bsd.subdir.mk>
.endif