Only descend into ipf if MKIPFILTER != "no"

This commit is contained in:
matt 2012-03-24 01:36:50 +00:00
parent 15d35d9c93
commit 9b85f61f61
1 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.36 2012/03/17 17:15:28 jruoho Exp $
# $NetBSD: Makefile,v 1.37 2012/03/24 01:36:50 matt Exp $
.include <bsd.own.mk>
@ -7,7 +7,7 @@
TESTSDIR= ${TESTSBASE}
ATFFILE= yes
SUBDIR= bin dev examples fs games include ipf kernel lib libexec net
SUBDIR= bin dev examples fs games include kernel lib libexec net
SUBDIR+= rump sbin sys usr.bin usr.sbin
. if ${MKKMOD} != "no"
@ -18,6 +18,10 @@ SUBDIR+= modules
SUBDIR+= crypto
. endif
. if ${MKIPFILTER} != "no"
SUBDIR+= ipf
. endif
.include <bsd.test.mk>
.else