diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2011-09-12 21:09:56 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2011-09-12 21:09:56 +0000 |
| commit | 5bb3652f05028d5a171ed79fa3c40afb1ee09037 (patch) | |
| tree | 94df02713a2a8e874f5e086a1b1cdf710b21043c /sys/modules | |
| parent | 2304f22dd9a246bec81b1c1a3f639c97c7edb040 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/ipfw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index 81ce838085d9d..ec9b3cc49c1af 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 |
