1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

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

This commit is contained in:
Baptiste Daroussin 2015-12-24 11:41:21 +00:00
parent fbb3c99f70
commit e05c3a9f6a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292686
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>