From d6df8f88c448c17f8c2bb84ee240e2d12c32b3f3 Mon Sep 17 00:00:00 2001 From: darrenr Date: Sun, 30 Jul 2000 06:31:49 +0000 Subject: Darren, Could you please enable my "state top" patches in the FreeBSD distribution. I developped the stuff under FreeBSD, so it must be good there :-) Here is a patch (relative to the RELENG_4 branch). Thanks, Frank --- sbin/ipfstat/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sbin') diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile index a76a2a7..be7bde5 100644 --- a/sbin/ipfstat/Makefile +++ b/sbin/ipfstat/Makefile @@ -5,7 +5,10 @@ PROG= ipfstat MAN8= ipfstat.8 SRCS= fils.c parse.c opt.c kmem.c facpri.c common.c -CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter +CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -DSTATETOP -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter + +DPADD= ${NCURSES} +LDADD= -lncurses MAINTAINER= guido@freebsd.org -- cgit v1.1