Makefile revision 1.20
1# $NetBSD: Makefile,v 1.20 2010/03/15 19:03:08 jmmv 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 sys 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