From da974ed4abda6a481228934fda244cbae1a01e1b Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Sun, 14 Aug 2016 00:24:00 +0000 Subject: [PATCH] nfsstat depends on libdevstat as of r304058. X-MFC-With: r304058 --- usr.bin/nfsstat/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/nfsstat/Makefile b/usr.bin/nfsstat/Makefile index e45b5e262df2..c74815ac0e46 100644 --- a/usr.bin/nfsstat/Makefile +++ b/usr.bin/nfsstat/Makefile @@ -4,4 +4,6 @@ PROG= nfsstat CFLAGS+=-DNFS +LIBADD+= devstat + .include