2012-08-08 17:57:05 +04:00
|
|
|
# $NetBSD: Makefile,v 1.38 2012/08/08 13:57:05 christos Exp $
|
2007-11-12 18:06:45 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2010-12-09 02:56:01 +03:00
|
|
|
.if ${MKATF} != "no"
|
|
|
|
|
2010-07-14 01:13:21 +04:00
|
|
|
TESTSDIR= ${TESTSBASE}
|
|
|
|
ATFFILE= yes
|
|
|
|
|
2012-08-08 17:57:05 +04:00
|
|
|
SUBDIR= bin dev examples games include kernel lib libexec net
|
|
|
|
SUBDIR+= sbin sys usr.bin usr.sbin
|
|
|
|
|
|
|
|
. if (${MKRUMP} != "no")
|
|
|
|
SUBDIR+= fs rump
|
2008-12-08 15:39:04 +03:00
|
|
|
|
2011-06-16 03:45:45 +04:00
|
|
|
. if ${MKKMOD} != "no"
|
2008-12-08 15:39:04 +03:00
|
|
|
SUBDIR+= modules
|
2009-12-15 06:01:48 +03:00
|
|
|
. endif
|
2012-08-08 17:57:05 +04:00
|
|
|
. endif
|
2009-12-15 06:01:48 +03:00
|
|
|
|
2011-09-21 06:14:38 +04:00
|
|
|
. if ${MKCRYPTO} != "no"
|
|
|
|
SUBDIR+= crypto
|
|
|
|
. endif
|
|
|
|
|
2012-03-24 05:36:50 +04:00
|
|
|
. if ${MKIPFILTER} != "no"
|
|
|
|
SUBDIR+= ipf
|
|
|
|
. endif
|
|
|
|
|
2010-12-09 02:56:01 +03:00
|
|
|
.include <bsd.test.mk>
|
2011-01-07 04:07:31 +03:00
|
|
|
|
|
|
|
.else
|
2008-08-17 03:51:51 +04:00
|
|
|
|
2007-11-12 18:06:45 +03:00
|
|
|
.include <bsd.subdir.mk>
|
2011-01-07 04:07:31 +03:00
|
|
|
.endif
|