diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-12-24 11:41:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-12-24 11:41:21 +0000 |
commit | e05c3a9f6a326deb3f1ebc51aa9ac6af491bf261 (patch) | |
tree | c99754d6d38bd000ba8fe6d3f01ffeeb9f9fe536 /usr.bin/nfsstat/Makefile | |
parent | fbb3c99f7016eb5876e56d4e55e915159d8fda6d (diff) |
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/Makefile')
-rw-r--r-- | usr.bin/nfsstat/Makefile | 2 |
1 files changed, 0 insertions, 2 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> |