aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nfsstat
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-12-24 11:41:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-12-24 11:41:21 +0000
commite05c3a9f6a326deb3f1ebc51aa9ac6af491bf261 (patch)
treec99754d6d38bd000ba8fe6d3f01ffeeb9f9fe536 /usr.bin/nfsstat
parentfbb3c99f7016eb5876e56d4e55e915159d8fda6d (diff)
downloadsrc-e05c3a9f6a326deb3f1ebc51aa9ac6af491bf261.tar.gz
src-e05c3a9f6a326deb3f1ebc51aa9ac6af491bf261.zip
Since removal of oldnfs support linking to kvm is not needed anymore
Notes
Notes: svn path=/head/; revision=292686
Diffstat (limited to 'usr.bin/nfsstat')
-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 fc92008775c9..e45b5e262df2 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 32fbc9658f41..896a05b3cd73 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>