Home | History | Annotate | Line # | Download | only in tests
Makefile revision 1.29
      1 # $NetBSD: Makefile,v 1.29 2011/02/03 15:38:18 pooka 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 syscall usr.bin usr.sbin util
     12 
     13 . if ${MACHINE} != "evbppc" && ${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