Home | History | Annotate | Line # | Download | only in tests
Makefile revision 1.39
      1 # $NetBSD: Makefile,v 1.39 2012/08/26 23:03:20 jmmv Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .if ${MKATF} != "no"
      6 
      7 TESTSDIR=	${TESTSBASE}
      8 ATFFILE=	yes
      9 
     10 SUBDIR=		bin dev examples games include kernel lib libexec net
     11 SUBDIR+=	sbin sys usr.bin usr.sbin
     12 
     13 . if (${MKRUMP} != "no")
     14 SUBDIR+= fs rump
     15 
     16 . if ${MKKMOD} != "no"
     17 SUBDIR+= modules
     18 . endif
     19 . endif
     20 
     21 . if ${MKCRYPTO} != "no"
     22 SUBDIR+=	crypto
     23 . endif
     24 
     25 . if ${MKIPFILTER} != "no"
     26 SUBDIR+=	ipf
     27 . endif
     28 
     29 . if ${MKSHARE} != "no"
     30 SUBDIR+=	share
     31 . endif
     32 
     33 .include <bsd.test.mk>
     34 
     35 .else
     36 
     37 .include <bsd.subdir.mk>
     38 .endif
     39