From a0cb50d4e280b5ef66232bac470ae4fa834a39a6 Mon Sep 17 00:00:00 2001 From: darrenr Date: Tue, 19 Mar 2002 15:07:30 +0000 Subject: 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. --- sbin/ipfstat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/ipfstat') diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile index 3d1731f..6089665 100644 --- a/sbin/ipfstat/Makefile +++ b/sbin/ipfstat/Makefile @@ -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 -- cgit v1.1