Makefile revision 1.39
1# $NetBSD: Makefile,v 1.39 2012/08/26 23:03:20 jmmv Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKATF} != "no"
6
7TESTSDIR=	${TESTSBASE}
8ATFFILE=	yes
9
10SUBDIR=		bin dev examples games include kernel lib libexec net
11SUBDIR+=	sbin sys usr.bin usr.sbin
12
13. if (${MKRUMP} != "no")
14SUBDIR+= fs rump
15
16. if ${MKKMOD} != "no"
17SUBDIR+= modules
18. endif
19. endif
20
21. if ${MKCRYPTO} != "no"
22SUBDIR+=	crypto
23. endif
24
25. if ${MKIPFILTER} != "no"
26SUBDIR+=	ipf
27. endif
28
29. if ${MKSHARE} != "no"
30SUBDIR+=	share
31. endif
32
33.include <bsd.test.mk>
34
35.else
36
37.include <bsd.subdir.mk>
38.endif
39