summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2000-05-24 20:47:08 +0000
committerdarrenr <darrenr@FreeBSD.org>2000-05-24 20:47:08 +0000
commitb0e1948b4dc6b49711d042e9031ef3cc10485769 (patch)
tree096283796ac24294dac21b701afd46a3d5fec931
parent9809e4d71361faa1413cb6e04feee732061e55f6 (diff)
downloadFreeBSD-src-b0e1948b4dc6b49711d042e9031ef3cc10485769.zip
FreeBSD-src-b0e1948b4dc6b49711d042e9031ef3cc10485769.tar.gz
add common.c to SRCS
-rw-r--r--usr.sbin/ipftest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ipftest/Makefile b/usr.sbin/ipftest/Makefile
index 5debdd5..284236a 100644
--- a/usr.sbin/ipftest/Makefile
+++ b/usr.sbin/ipftest/Makefile
@@ -8,7 +8,7 @@ MAN1= ipftest.1
SRCS= opt_ipfilter.h \
ipt.c parse.c fil.c ipft_sn.c ipft_ef.c ipft_td.c ipft_pc.c opt.c \
ipft_tx.c misc.c ip_frag.c ip_state.c ip_nat.c ip_proxy.c \
- ip_auth.c ipft_hx.c ip_fil.c natparse.c facpri.c
+ ip_auth.c ipft_hx.c ip_fil.c natparse.c facpri.c common.c
CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.OBJDIR} -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter
OpenPOWER on IntegriCloud