mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
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
This commit is contained in:
parent
ae7ccf4237
commit
8c5df86ea8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64018
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user