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