Module Name:    src
Committed By:   christos
Date:           Fri Mar 23 21:31:27 UTC 2012

Modified Files:
        src/external/bsd: Makefile

Log Message:
Engage ipf


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/external/bsd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/Makefile
diff -u src/external/bsd/Makefile:1.31 src/external/bsd/Makefile:1.32
--- src/external/bsd/Makefile:1.31	Sat Nov  5 18:40:26 2011
+++ src/external/bsd/Makefile	Fri Mar 23 17:31:27 2012
@@ -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/extern
 .if (${MKPCC} != "no")
 SUBDIR+= pcc
 .endif
+# IP Filter
+.if (${MKIPFILTER} != "no")
+SUBDIR+=ipf
+.endif
 
 .include <bsd.subdir.mk>

Reply via email to