diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2005-10-14 23:30:17 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2005-10-14 23:30:17 +0000 |
| commit | 822923447e454b30d310cb46903c9ddeca9f0a7a (patch) | |
| tree | 40653d874a438a3202bb62dd66566bfd5b1386c1 /sys/modules/ipfilter | |
| parent | 10d645b7e5a073fc2d4c2bd7472966b4381caf7c (diff) | |
Notes
Diffstat (limited to 'sys/modules/ipfilter')
| -rw-r--r-- | sys/modules/ipfilter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/ipfilter/Makefile b/sys/modules/ipfilter/Makefile index 9cb029068b6fe..542af84efa3f1 100644 --- a/sys/modules/ipfilter/Makefile +++ b/sys/modules/ipfilter/Makefile @@ -8,14 +8,15 @@ SRCS= mlfk_ipl.c ip_nat.c ip_frag.c ip_state.c ip_proxy.c ip_auth.c \ ip_sync.c SRCS+= opt_bpf.h opt_inet6.h +.if !defined(KERNBUILDDIR) opt_bpf.h: echo "#define DEV_BPF 1" > ${.TARGET} .if !defined(NO_INET6) -CFLAGS+= -DUSE_INET6 opt_inet6.h: echo "#define INET6 1" > ${.TARGET} .endif +.endif CFLAGS+= -I${.CURDIR}/../../contrib/ipfilter CFLAGS+= -DIPFILTER=1 -DIPFILTER_LKM -DIPFILTER_LOG -DIPFILTER_LOOKUP # |
