summaryrefslogtreecommitdiffstats
path: root/sys/modules/ipfilter
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-08-01 00:10:08 +0000
committerache <ache@FreeBSD.org>2000-08-01 00:10:08 +0000
commite457a9363330fdd35426c98c3a5f7e608c41d494 (patch)
tree6c4fb39dfbdead895e97bd10d0e216e71e27cc84 /sys/modules/ipfilter
parent16cb133f9b712a41bab9c10041612784e59cb261 (diff)
downloadFreeBSD-src-e457a9363330fdd35426c98c3a5f7e608c41d494.zip
FreeBSD-src-e457a9363330fdd35426c98c3a5f7e608c41d494.tar.gz
Fix prev. commit: NIPFILTER -> IPFILTER
Diffstat (limited to 'sys/modules/ipfilter')
-rw-r--r--sys/modules/ipfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ipfilter/Makefile b/sys/modules/ipfilter/Makefile
index 66181c7..8ed5fdd 100644
--- a/sys/modules/ipfilter/Makefile
+++ b/sys/modules/ipfilter/Makefile
@@ -11,6 +11,6 @@ CFLAGS+= -DIPFILTER_LKM -DIPFILTER_LOG
#
opt_ipfilter.h:
- echo "#define NIPFILTER 1" > opt_ipfilter.h
+ echo "#define IPFILTER 1" > opt_ipfilter.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud