Home | History | Annotate | Line # | Download | only in tests
Makefile revision 1.25
      1 # $NetBSD: Makefile,v 1.25 2010/12/08 23:56:02 njoly 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 util
     12 
     13 . if ${MACHINE} != "evbppc" && ${MKKMOD} != "no"
     14 SUBDIR+= modules
     15 . endif
     16 
     17 .include <bsd.test.mk>
     18 .endif
     19 
     20 .include <bsd.subdir.mk>
     21