summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-12-24 11:41:21 +0000
committerbapt <bapt@FreeBSD.org>2015-12-24 11:41:21 +0000
commitf62edea1f688e446d92e004767a7e5495d81f721 (patch)
treec99754d6d38bd000ba8fe6d3f01ffeeb9f9fe536 /usr.bin
parent2c892ac1f1e544fff0b6fb9559cc17cb5c50e3f3 (diff)
downloadFreeBSD-src-f62edea1f688e446d92e004767a7e5495d81f721.zip
FreeBSD-src-f62edea1f688e446d92e004767a7e5495d81f721.tar.gz
Since removal of oldnfs support linking to kvm is not needed anymore
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/nfsstat/Makefile2
-rw-r--r--usr.bin/nfsstat/nfsstat.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/nfsstat/Makefile b/usr.bin/nfsstat/Makefile
index fc92008..e45b5e2 100644
--- a/usr.bin/nfsstat/Makefile
+++ b/usr.bin/nfsstat/Makefile
@@ -4,6 +4,4 @@
PROG= nfsstat
CFLAGS+=-DNFS
-LIBADD= kvm
-
.include <bsd.prog.mk>
diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c
index 32fbc96..896a05b 100644
--- a/usr.bin/nfsstat/nfsstat.c
+++ b/usr.bin/nfsstat/nfsstat.c
@@ -60,7 +60,6 @@ static const char rcsid[] =
#include <fcntl.h>
#include <ctype.h>
#include <errno.h>
-#include <kvm.h>
#include <limits.h>
#include <nlist.h>
#include <unistd.h>
OpenPOWER on IntegriCloud