Home | History | Annotate | Line # | Download | only in tests
Makefile revision 1.39
      1  1.39      jmmv # $NetBSD: Makefile,v 1.39 2012/08/26 23:03:20 jmmv 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.39      jmmv . if ${MKSHARE} != "no"
     30  1.39      jmmv SUBDIR+=	share
     31  1.39      jmmv . endif
     32  1.39      jmmv 
     33  1.25     njoly .include <bsd.test.mk>
     34  1.28  pgoyette 
     35  1.28  pgoyette .else
     36   1.9  gmcgarry 
     37   1.1      jmmv .include <bsd.subdir.mk>
     38  1.28  pgoyette .endif
     39