Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd Engage ipf



details:   https://anonhg.NetBSD.org/src/rev/255ea60628d4
branches:  trunk
changeset: 778379:255ea60628d4
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Mar 23 21:31:27 2012 +0000

description:
Engage ipf

diffstat:

 external/bsd/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 24789c0d7770 -r 255ea60628d4 external/bsd/Makefile
--- a/external/bsd/Makefile     Fri Mar 23 21:30:57 2012 +0000
+++ b/external/bsd/Makefile     Fri Mar 23 21:31:27 2012 +0000
@@ -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 @@
 .if (${MKPCC} != "no")
 SUBDIR+= pcc
 .endif
+# IP Filter
+.if (${MKIPFILTER} != "no")
+SUBDIR+=ipf
+.endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index