diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-08-01 00:44:42 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-08-01 00:44:42 +0000 |
| commit | 2e8c7ccd992ef5ce92beb08b316cc7eabe0f0786 (patch) | |
| tree | 1ee024e97659c7c779b6340ecc50fe7b2854c937 /sys | |
| parent | e7278dcf6f4036b704dfbfa9e42885709937bd70 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/modules/ipfilter/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/ipfilter/Makefile b/sys/modules/ipfilter/Makefile index 8ed5fddeebf88..3c78bf9e45b08 100644 --- a/sys/modules/ipfilter/Makefile +++ b/sys/modules/ipfilter/Makefile @@ -3,14 +3,11 @@ .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 opt_ipfilter.h + ip_log.c ip_fil.c fil.c NOMAN= -CFLAGS+= -DIPFILTER_LKM -DIPFILTER_LOG +CFLAGS+= -DIPFILTER=1 -DIPFILTER_LKM -DIPFILTER_LOG # # If you don't want long functionality remove -DIPFILTER_LOG # -opt_ipfilter.h: - echo "#define IPFILTER 1" > opt_ipfilter.h - .include <bsd.kmod.mk> |
