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