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