NetBSD/tests/Makefile

27 lines
425 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.34 2011/11/12 01:19:25 jmmv Exp $
.include <bsd.own.mk>
.if ${MKATF} != "no"
TESTSDIR= ${TESTSBASE}
ATFFILE= yes
SUBDIR= dev examples fs games include ipf kernel lib libexec net
2011-07-07 11:31:29 +04:00
SUBDIR+= rump sbin sys toolchain usr.bin usr.sbin util
2011-06-16 03:45:45 +04:00
. if ${MKKMOD} != "no"
SUBDIR+= modules
. endif
. if ${MKCRYPTO} != "no"
SUBDIR+= crypto
. endif
.include <bsd.test.mk>
.else
.include <bsd.subdir.mk>
.endif