summaryrefslogtreecommitdiff
path: root/sys/modules/ipfw
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2002-06-28 08:10:07 +0000
committerJulian Elischer <julian@FreeBSD.org>2002-06-28 08:10:07 +0000
commit3c9a1810ff104d2bd7ede740a7182d1885f64ab0 (patch)
tree13aa42316319203d9d541553a7e493a0e92a5740 /sys/modules/ipfw
parent63393eea9904509f5117997a537a640bc743f3b2 (diff)
Notes
Diffstat (limited to 'sys/modules/ipfw')
-rw-r--r--sys/modules/ipfw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile
index bc0871acc52f..cd5b7f0f067d 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../netinet
KMOD= ipfw
-SRCS= ip_fw.c
+SRCS= ip_fw2.c
CFLAGS+= -DIPFIREWALL
#