NetBSD/tests/Makefile

23 lines
375 B
Makefile
Raw Normal View History

2011-07-07 11:31:29 +04:00
# $NetBSD: Makefile,v 1.32 2011/07/07 07:31:29 jruoho Exp $
.include <bsd.own.mk>
.if ${MKATF} != "no"
TESTSDIR= ${TESTSBASE}
ATFFILE= yes
SUBDIR= crypto dev 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
.include <bsd.test.mk>
.else
.include <bsd.subdir.mk>
.endif