Home | History | Annotate | Line # | Download | only in tests
Makefile revision 1.22
      1 # $NetBSD: Makefile,v 1.22 2010/07/17 19:26:27 jmmv Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 TESTSDIR=	${TESTSBASE}
      6 ATFFILE=	yes
      7 
      8 SUBDIR=	crypto games ipf util
      9   
     10 .if ${MKATF} != "no"
     11 SUBDIR+= fs include kernel lib libexec net rump sys syscall
     12 
     13 . if ${MACHINE} != "evbppc" && ${MKKMOD} != "no"
     14 SUBDIR+= modules
     15 . endif
     16 
     17 .endif
     18 
     19 .include <bsd.test.mk>
     20 .include <bsd.subdir.mk>
     21