summaryrefslogtreecommitdiff
path: root/sys/modules/ipfw
diff options
context:
space:
mode:
authorChristian S.J. Peron <csjp@FreeBSD.org>2006-09-12 04:25:13 +0000
committerChristian S.J. Peron <csjp@FreeBSD.org>2006-09-12 04:25:13 +0000
commitd94f2a68f8c39a5abc9ba9c58e959f31bc90194d (patch)
treebfad0bcbfb5566e8fc5f5992840f671a03dba9ea /sys/modules/ipfw
parent3bb00f61a274685858e022369c683c0bb1af8620 (diff)
Notes
Diffstat (limited to 'sys/modules/ipfw')
-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 3a305f9ba792..92bad7542c76 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+= opt_inet6.h opt_ipsec.h
+SRCS+= opt_inet6.h opt_ipsec.h opt_mac.h
CFLAGS+= -DIPFIREWALL
#