diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-31 23:58:38 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-31 23:58:38 +0000 |
| commit | 71e631c2bd7b90093b3cf2bc4efedc20e843b485 (patch) | |
| tree | 26d1877045182f909b30be079ee778979e8489d6 /sys/modules/ipfilter/Makefile | |
| parent | 3d4a189e9f2bb78a7cb69e1b8e88465f6cffcbd2 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ipfilter/Makefile')
| -rw-r--r-- | sys/modules/ipfilter/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/ipfilter/Makefile b/sys/modules/ipfilter/Makefile index c2c6de70bbaf4..66181c7eff3a2 100644 --- a/sys/modules/ipfilter/Makefile +++ b/sys/modules/ipfilter/Makefile @@ -3,11 +3,14 @@ .PATH: ${.CURDIR}/../../netinet KMOD= ipl SRCS= mlfk_ipl.c ip_nat.c ip_frag.c ip_state.c ip_proxy.c ip_auth.c \ - ip_log.c ip_fil.c fil.c + ip_log.c ip_fil.c fil.c opt_ipfilter.h NOMAN= CFLAGS+= -DIPFILTER_LKM -DIPFILTER_LOG # # If you don't want long functionality remove -DIPFILTER_LOG # +opt_ipfilter.h: + echo "#define NIPFILTER 1" > opt_ipfilter.h + .include <bsd.kmod.mk> |
