Makefile revision 1.38
1# $NetBSD: Makefile,v 1.38 2012/08/08 13:57:05 christos 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.include <bsd.test.mk>
30
31.else
32
33.include <bsd.subdir.mk>
34.endif
35