aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ipfw/Makefile
diff options
context:
space:
mode:
authorAndre Oppermann <andre@FreeBSD.org>2004-08-17 22:05:54 +0000
committerAndre Oppermann <andre@FreeBSD.org>2004-08-17 22:05:54 +0000
commit9b932e9e048ade36fd50bad5eb8b9475b0a6082d (patch)
treefd3ce94d6b888f16cc620389a55920396fd4a781 /sys/modules/ipfw/Makefile
parent4c37803a898b5320b8f6c444d3c23c8c71307731 (diff)
Notes
Diffstat (limited to 'sys/modules/ipfw/Makefile')
-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 cd5b7f0f067d..cd5a6f791e49 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../netinet
KMOD= ipfw
-SRCS= ip_fw2.c
+SRCS= ip_fw2.c ip_fw_pfil.c
CFLAGS+= -DIPFIREWALL
#