Since removal of oldnfs support linking to kvm is not needed anymore

This commit is contained in:
bapt 2015-12-24 11:41:21 +00:00
parent 2c892ac1f1
commit f62edea1f6
2 changed files with 0 additions and 3 deletions

View File

@ -4,6 +4,4 @@
PROG= nfsstat
CFLAGS+=-DNFS
LIBADD= kvm
.include <bsd.prog.mk>

View File

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