diff options
author | darrenr <darrenr@FreeBSD.org> | 2000-07-30 06:31:49 +0000 |
---|---|---|
committer | darrenr <darrenr@FreeBSD.org> | 2000-07-30 06:31:49 +0000 |
commit | d6df8f88c448c17f8c2bb84ee240e2d12c32b3f3 (patch) | |
tree | a031c8c997da4ef0febbe07c1f566ce3bb839a80 /sbin | |
parent | 4f7413053236cdf4eb4a6badb67ada8161495cec (diff) | |
download | FreeBSD-src-d6df8f88c448c17f8c2bb84ee240e2d12c32b3f3.zip FreeBSD-src-d6df8f88c448c17f8c2bb84ee240e2d12c32b3f3.tar.gz |
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
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipfstat/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |