Home | History | Annotate | Line # | Download | only in tests
Makefile revision 1.32
      1 # $NetBSD: Makefile,v 1.32 2011/07/07 07:31:29 jruoho Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .if ${MKATF} != "no"
      6 
      7 TESTSDIR=	${TESTSBASE}
      8 ATFFILE=	yes
      9 
     10 SUBDIR=		crypto dev fs games include ipf kernel lib libexec net
     11 SUBDIR+=	rump sbin sys toolchain usr.bin usr.sbin util
     12 
     13 . if ${MKKMOD} != "no"
     14 SUBDIR+= modules
     15 . endif
     16 
     17 .include <bsd.test.mk>
     18 
     19 .else
     20 
     21 .include <bsd.subdir.mk>
     22 .endif
     23