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