aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-03-19 22:51:53 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-03-19 22:51:53 +0000
commit63e99e978a98a91ba69f78077c8d158fbc0d55c7 (patch)
tree7da1417c73671e4513fe0a6b3d9a5b57dc017f7a /sbin
parent6f1e8551122b6870e04356c8438fad48212c359b (diff)
downloadsrc-63e99e978a98a91ba69f78077c8d158fbc0d55c7.tar.gz
src-63e99e978a98a91ba69f78077c8d158fbc0d55c7.zip
Hopefully fix make world.
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
Notes
Notes: svn path=/head/; revision=92729
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipfstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile
index 6089665a2deb..6a4ab0d20280 100644
--- a/sbin/ipfstat/Makefile
+++ b/sbin/ipfstat/Makefile
@@ -4,7 +4,7 @@
PROG= ipfstat
MAN= ipfstat.8
-SRCS= fils.c parse.c opt.c kmem.c facpri.c common.c
+SRCS= fils.c parse.c opt.c kmem.c facpri.c common.c printstate.c
CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DSTATETOP
CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter/netinet
CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter