Home | History | Annotate | Line # | Download | only in tests
Makefile revision 1.38
      1  1.38  christos # $NetBSD: Makefile,v 1.38 2012/08/08 13:57:05 christos 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.38  christos SUBDIR=		bin dev examples games include kernel lib libexec net
     11  1.38  christos SUBDIR+=	sbin sys usr.bin usr.sbin
     12  1.38  christos 
     13  1.38  christos . if (${MKRUMP} != "no")
     14  1.38  christos SUBDIR+= fs rump
     15  1.10     pooka 
     16  1.31       mrg . if ${MKKMOD} != "no"
     17  1.10     pooka SUBDIR+= modules
     18  1.19       mrg . endif
     19  1.38  christos . endif
     20  1.19       mrg 
     21  1.33       mrg . if ${MKCRYPTO} != "no"
     22  1.33       mrg SUBDIR+=	crypto
     23  1.33       mrg . endif
     24  1.33       mrg 
     25  1.37      matt . if ${MKIPFILTER} != "no"
     26  1.37      matt SUBDIR+=	ipf
     27  1.37      matt . endif
     28  1.37      matt 
     29  1.25     njoly .include <bsd.test.mk>
     30  1.28  pgoyette 
     31  1.28  pgoyette .else
     32   1.9  gmcgarry 
     33   1.1      jmmv .include <bsd.subdir.mk>
     34  1.28  pgoyette .endif
     35