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