Module Name: src
Committed By: christos
Date: Fri Mar 23 21:30:57 UTC 2012
Modified Files:
src/usr.sbin: Makefile
Log Message:
Disengage ipf
To generate a diff of this commit:
cvs rdiff -u -r1.263 -r1.264 src/usr.sbin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/Makefile
diff -u src/usr.sbin/Makefile:1.263 src/usr.sbin/Makefile:1.264
--- src/usr.sbin/Makefile:1.263 Sun Feb 12 20:43:22 2012
+++ src/usr.sbin/Makefile Fri Mar 23 17:30:57 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.263 2012/02/13 01:43:22 dholland Exp $
+# $NetBSD: Makefile,v 1.264 2012/03/23 21:30:57 christos Exp $
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
.include <bsd.own.mk>
@@ -63,11 +63,6 @@ SUBDIR+= racoon racoonctl
SUBDIR+=npf
.endif
-# IP Filter
-.if (${MKIPFILTER} != "no")
-SUBDIR+=ipf
-.endif
-
# PF
.if (${MKPF} != "no")
SUBDIR+=pf