summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2010-03-24 15:11:10 +0000
committerluigi <luigi@FreeBSD.org>2010-03-24 15:11:10 +0000
commitc32c86223ae12a478eed9feebc51e653d0f121f6 (patch)
treedde8862e9c8d2075ef66c0bdb0d434e982682ccf /sys/modules
parent5d4660efbf7953d33b6679507703af7f906df2b5 (diff)
downloadFreeBSD-src-c32c86223ae12a478eed9feebc51e653d0f121f6.zip
FreeBSD-src-c32c86223ae12a478eed9feebc51e653d0f121f6.tar.gz
MFC r200636, list all files needed to build the ipfw module
Submitted by: Alexander Wittig
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ipfw/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile
index dd31d7e..b48d5c5 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -6,6 +6,8 @@
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_sockopt.c ip_fw_table.c
SRCS+= opt_inet6.h opt_ipsec.h
CFLAGS+= -DIPFIREWALL
OpenPOWER on IntegriCloud