31 lines
459 B
Makefile
31 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.37 2012/03/24 01:36:50 matt Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKATF} != "no"
|
|
|
|
TESTSDIR= ${TESTSBASE}
|
|
ATFFILE= yes
|
|
|
|
SUBDIR= bin dev examples fs games include kernel lib libexec net
|
|
SUBDIR+= rump sbin sys usr.bin usr.sbin
|
|
|
|
. if ${MKKMOD} != "no"
|
|
SUBDIR+= modules
|
|
. endif
|
|
|
|
. if ${MKCRYPTO} != "no"
|
|
SUBDIR+= crypto
|
|
. endif
|
|
|
|
. if ${MKIPFILTER} != "no"
|
|
SUBDIR+= ipf
|
|
. endif
|
|
|
|
.include <bsd.test.mk>
|
|
|
|
.else
|
|
|
|
.include <bsd.subdir.mk>
|
|
.endif
|