summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-09-12 21:09:56 +0000
committerjhb <jhb@FreeBSD.org>2011-09-12 21:09:56 +0000
commitebd93e5aff0f6d81473632a976e39d5d4cb26f8b (patch)
tree94df02713a2a8e874f5e086a1b1cdf710b21043c /sys/modules
parentf6a3e0b0cfcf31775d8737c05d9b149d92a12142 (diff)
downloadFreeBSD-src-ebd93e5aff0f6d81473632a976e39d5d4cb26f8b.zip
FreeBSD-src-ebd93e5aff0f6d81473632a976e39d5d4cb26f8b.tar.gz
Allow the ipfw.ko module built with a kernel to honor any IPFIREWALL_*
options defined in the kernel config. This more closely matches the behavior of other modules which inherit configuration settings from the kernel configuration during a kernel + modules build. Reviewed by: luigi Approved by: re (kib) MFC after: 1 week
Diffstat (limited to 'sys/modules')
-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 81ce838..ec9b3cc 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -8,7 +8,7 @@ KMOD= ipfw
SRCS= ip_fw2.c ip_fw_pfil.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
+SRCS+= opt_inet6.h opt_ipfw.h opt_ipsec.h
CFLAGS+= -DIPFIREWALL
CFLAGS+= -I${.CURDIR}/../../contrib/pf
OpenPOWER on IntegriCloud