mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
both ipnat and ipfstat now use libkvm rather than their own home-rolled
kmem accessors, allowing them to be used with crash dumps as well as live systems, now.
This commit is contained in:
parent
620fa9eb93
commit
a2a5557d65
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92701
@ -11,8 +11,8 @@ CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter
|
||||
CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter
|
||||
WARNS= 0
|
||||
|
||||
DPADD= ${LIBNCURSES}
|
||||
LDADD= -lncurses
|
||||
DPADD= ${LIBNCURSES} ${LIBKVM}
|
||||
LDADD= -lncurses -lkvm
|
||||
|
||||
MAINTAINER= guido@freebsd.org
|
||||
|
||||
|
@ -11,6 +11,9 @@ CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter/netinet
|
||||
CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter
|
||||
WARNS= 0
|
||||
|
||||
DPADD= ${LIBKVM}
|
||||
LDADD= -lkvm
|
||||
|
||||
MAINTAINER= guido@freebsd.org
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user