Makefile revision 1.19
1# $NetBSD: Makefile,v 1.19 2009/12/15 03:01:48 mrg Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=	crypto games ipf util
6  
7.if ${MKATF} != "no"
8SUBDIR+= fs net kernel lib libexec rump syscall 
9
10. if ${MACHINE} != "evbppc" && ${MKKMOD} != "no"
11SUBDIR+= modules
12. endif
13
14.endif
15
16TESTSDIR=	${TESTSBASE}
17
18.include <bsd.test.mk>
19.include <bsd.subdir.mk>
20