diff options
| author | Max Laier <mlaier@FreeBSD.org> | 2007-07-03 12:46:08 +0000 |
|---|---|---|
| committer | Max Laier <mlaier@FreeBSD.org> | 2007-07-03 12:46:08 +0000 |
| commit | 60ee384760646565a24320d92c5219bc052ce947 (patch) | |
| tree | d26897c8727f97369ee43f6b4684d5cfc7558dce /sys/modules/ipfw | |
| parent | 5ee7cd2107c8ffd1fe70115deabd6599dffb313b (diff) | |
Notes
Diffstat (limited to 'sys/modules/ipfw')
| -rw-r--r-- | sys/modules/ipfw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index 92bad7542c76..e208e1dccb8b 100644 --- a/sys/modules/ipfw/Makefile +++ b/sys/modules/ipfw/Makefile @@ -9,6 +9,7 @@ SRCS= ip_fw2.c ip_fw_pfil.c SRCS+= opt_inet6.h opt_ipsec.h opt_mac.h CFLAGS+= -DIPFIREWALL +CFLAGS+= -I${.CURDIR}/../../contrib/pf # #If you want it verbose #CFLAGS+= -DIPFIREWALL_VERBOSE |
