aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ipfw/Makefile
diff options
context:
space:
mode:
authorAlexander V. Chernikov <melifaro@FreeBSD.org>2014-08-31 23:51:09 +0000
committerAlexander V. Chernikov <melifaro@FreeBSD.org>2014-08-31 23:51:09 +0000
commit0cba2b28023931d72e99127fc235a5e083cd3928 (patch)
tree629d3b882a807df601b21cfaac7e5a62a250e910 /sys/modules/ipfw/Makefile
parent132636325388b11fec38a24e4b41d33d2cf59e9f (diff)
Notes
Diffstat (limited to 'sys/modules/ipfw/Makefile')
-rw-r--r--sys/modules/ipfw/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile
index 9a90c4a25dbf..26853ff3b392 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -8,6 +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 ip_fw_table_algo.c ip_fw_iface.c
+SRCS+= ip_fw_table_value.c
SRCS+= opt_inet.h opt_inet6.h opt_ipdivert.h opt_ipfw.h opt_ipsec.h
CFLAGS+= -DIPFIREWALL