summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2009-06-05 19:22:47 +0000
committerluigi <luigi@FreeBSD.org>2009-06-05 19:22:47 +0000
commit82f1e32a7fc42daff15f25b02446e827d336e9ab (patch)
tree83553d7b390045acfbe09cac59f7a5ec32ec5296 /sys/conf
parentd0e44fd5779eca7e16548a30d919afcbeb2ef881 (diff)
downloadFreeBSD-src-82f1e32a7fc42daff15f25b02446e827d336e9ab.zip
FreeBSD-src-82f1e32a7fc42daff15f25b02446e827d336e9ab.tar.gz
move kernel ipfw-related sources to a separate directory,
adjust conf/files and modules' Makefiles accordingly. No code or ABI changes so this and most of previous related changes can be easily MFC'ed MFC after: 5 days
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 903a957..b47ee0d 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2334,14 +2334,14 @@ netinet/in_proto.c optional inet \
compile-with "${NORMAL_C} -I$S/contrib/pf"
netinet/in_rmx.c optional inet
netinet/ip_divert.c optional ipdivert
-netinet/ip_dummynet.c optional dummynet
+netinet/ipfw/ip_dummynet.c optional dummynet
netinet/ip_ecn.c optional inet | inet6
netinet/ip_encap.c optional inet | inet6
netinet/ip_fastfwd.c optional inet
-netinet/ip_fw2.c optional ipfirewall \
+netinet/ipfw/ip_fw2.c optional ipfirewall \
compile-with "${NORMAL_C} -I$S/contrib/pf"
-netinet/ip_fw_pfil.c optional ipfirewall
-netinet/ip_fw_nat.c optional ipfirewall_nat
+netinet/ipfw/ip_fw_pfil.c optional ipfirewall
+netinet/ipfw/ip_fw_nat.c optional ipfirewall_nat
netinet/ip_icmp.c optional inet
netinet/ip_input.c optional inet
netinet/ip_ipsec.c optional ipsec
OpenPOWER on IntegriCloud