Home | History | Annotate | Line # | Download | only in tests
Makefile revision 1.29
      1  1.29     pooka # $NetBSD: Makefile,v 1.29 2011/02/03 15:38:18 pooka 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.29     pooka SUBDIR+=	rump sbin sys syscall usr.bin usr.sbin 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.28  pgoyette 
     19  1.28  pgoyette .else
     20   1.9  gmcgarry 
     21   1.1      jmmv .include <bsd.subdir.mk>
     22  1.28  pgoyette .endif
     23