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
This commit is contained in:
Darren Reed 2000-07-30 06:31:49 +00:00
parent ae7ccf4237
commit 8c5df86ea8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64018

View File

@ -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