summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1996-06-12 19:34:33 +0000
committergpalmer <gpalmer@FreeBSD.org>1996-06-12 19:34:33 +0000
commitcc918ec13234c8b893f72057963b977b14663b03 (patch)
tree7a6bfd80a81852a440e2bab69e4285bc3e83bdf4 /sys/conf
parentbd9a6a7bd8883c607a3a41ff3d7a340ae6ae1a1b (diff)
downloadFreeBSD-src-cc918ec13234c8b893f72057963b977b14663b03.zip
FreeBSD-src-cc918ec13234c8b893f72057963b977b14663b03.tar.gz
Convert ipfw to use opt_ipfw.h
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/options6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 436932a..df0c9a1 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,4 +1,4 @@
-# $Id: options,v 1.12 1996/05/11 04:39:37 bde Exp $
+# $Id: options,v 1.13 1996/05/31 00:20:28 peter Exp $
# Option name filename
@@ -64,4 +64,6 @@ CHILD_MAX opt_rlimit.h
OPEN_MAX opt_rlimit.h
# Net stuff.
-MROUTING opt_mrouting.h
+MROUTING opt_mrouting.h
+IPFIREWALL opt_ipfw.h
+IPFIREWALL_VERBOSE opt_ipfw.h
OpenPOWER on IntegriCloud