diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-09-04 03:59:41 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-09-04 03:59:41 +0000 |
commit | 0b488822b79526a024b0f2f8a7b5306251268578 (patch) | |
tree | 46695f977af36ed7a8efeb5e145eff5708e09d33 /sys/modules/ipfilter | |
parent | 5f7da319ab00c6b83c610612ec620c08de1abb91 (diff) |
Fix typo
Notes
Notes:
svn path=/head/; revision=65423
Diffstat (limited to 'sys/modules/ipfilter')
-rw-r--r-- | sys/modules/ipfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ipfilter/Makefile b/sys/modules/ipfilter/Makefile index 3c78bf9e45b0..e2c038d41164 100644 --- a/sys/modules/ipfilter/Makefile +++ b/sys/modules/ipfilter/Makefile @@ -7,7 +7,7 @@ SRCS= mlfk_ipl.c ip_nat.c ip_frag.c ip_state.c ip_proxy.c ip_auth.c \ NOMAN= CFLAGS+= -DIPFILTER=1 -DIPFILTER_LKM -DIPFILTER_LOG # -# If you don't want long functionality remove -DIPFILTER_LOG +# If you don't want log functionality remove -DIPFILTER_LOG # .include <bsd.kmod.mk> |