aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-07-20 04:57:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-07-20 04:57:19 +0000
commit58eac067c7eda2421886a9ae24e3515a9e95848f (patch)
tree73801809b3fdd95ec8f01d9576556a9cb3beaf32 /sbin
parent450d5299907b00d6e334f83704ebd8043102633c (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile
index 6c2be11c61f4..b21a622e72bf 100644
--- a/sbin/ipf/Makefile
+++ b/sbin/ipf/Makefile
@@ -6,7 +6,7 @@ PROG= ipf
MAN4= ipf.4
MAN5= ipf.5
MAN8= ipf.8
-SRCS= ipf.c parse.c opt.c facpri.c
+SRCS= ipf.c parse.c opt.c facpri.c common.c
CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter
MAINTAINER= guido@freebsd.org