Engage ipf
This commit is contained in:
parent
22bbe71d05
commit
dd357d4c8a
6
external/bsd/Makefile
vendored
6
external/bsd/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.31 2011/11/05 22:40:26 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2012/03/23 21:31:27 christos Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -24,5 +24,9 @@ SUBDIR+= pkg_install ../../crypto/external/bsd
|
||||
.if (${MKPCC} != "no")
|
||||
SUBDIR+= pcc
|
||||
.endif
|
||||
# IP Filter
|
||||
.if (${MKIPFILTER} != "no")
|
||||
SUBDIR+=ipf
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user