From f62edea1f688e446d92e004767a7e5495d81f721 Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 24 Dec 2015 11:41:21 +0000 Subject: Since removal of oldnfs support linking to kvm is not needed anymore --- usr.bin/nfsstat/Makefile | 2 -- usr.bin/nfsstat/nfsstat.c | 1 - 2 files changed, 3 deletions(-) (limited to 'usr.bin') 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 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 #include #include -#include #include #include #include -- cgit v1.1