summaryrefslogtreecommitdiffstats
path: root/sbin/ipf
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2000-05-24 20:04:41 +0000
committerdarrenr <darrenr@FreeBSD.org>2000-05-24 20:04:41 +0000
commitf3c0d655fd2d892619e3c0da2c920fc3261ba76f (patch)
treedbc3be3a99e7d1620d370eb2c07d113adf14ba34 /sbin/ipf
parent2a9348d6af788cde877b36a4d5d6bbe8d6e3d3ed (diff)
downloadFreeBSD-src-f3c0d655fd2d892619e3c0da2c920fc3261ba76f.zip
FreeBSD-src-f3c0d655fd2d892619e3c0da2c920fc3261ba76f.tar.gz
add common.c to SRCS to fix compile problems
Diffstat (limited to 'sbin/ipf')
-rw-r--r--sbin/ipf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile
index 6c2be11..b21a622 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
OpenPOWER on IntegriCloud