summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2011-03-29 06:42:52 +0000
committerae <ae@FreeBSD.org>2011-03-29 06:42:52 +0000
commit8146b441dad67d3825aa2bcf182172176bd37fb5 (patch)
tree323495b8b6ed4c59d7389b4a9b32d4508cd5bd1b
parent344abc01426c94904993f47fc4adceb638b92970 (diff)
downloadFreeBSD-src-8146b441dad67d3825aa2bcf182172176bd37fb5.zip
FreeBSD-src-8146b441dad67d3825aa2bcf182172176bd37fb5.tar.gz
Do not build ip_fw_nat.c for ipfw.ko. It can be build as separate module.
MFC after: 1 week
-rw-r--r--sys/modules/ipfw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile
index b48d5c5..81ce838 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -6,7 +6,7 @@
KMOD= ipfw
SRCS= ip_fw2.c ip_fw_pfil.c
-SRCS+= ip_fw_dynamic.c ip_fw_log.c ip_fw_nat.c
+SRCS+= ip_fw_dynamic.c ip_fw_log.c
SRCS+= ip_fw_sockopt.c ip_fw_table.c
SRCS+= opt_inet6.h opt_ipsec.h
OpenPOWER on IntegriCloud