From f3c0d655fd2d892619e3c0da2c920fc3261ba76f Mon Sep 17 00:00:00 2001 From: darrenr Date: Wed, 24 May 2000 20:04:41 +0000 Subject: add common.c to SRCS to fix compile problems --- sbin/ipf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/ipf') 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 -- cgit v1.1