Home | History | Annotate | Line # | Download | only in tests
Makefile revision 1.28
      1 # $NetBSD: Makefile,v 1.28 2011/01/07 01:07:31 pgoyette 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.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