svn commit: r304066 - head/usr.bin/nfsstat
Mark Johnston
markj at FreeBSD.org
Sun Aug 14 00:24:01 UTC 2016
Author: markj
Date: Sun Aug 14 00:24:00 2016
New Revision: 304066
URL: https://svnweb.freebsd.org/changeset/base/304066
Log:
nfsstat depends on libdevstat as of r304058.
X-MFC-With: r304058
Modified:
head/usr.bin/nfsstat/Makefile
Modified: head/usr.bin/nfsstat/Makefile
==============================================================================
--- head/usr.bin/nfsstat/Makefile Sat Aug 13 23:35:20 2016 (r304065)
+++ head/usr.bin/nfsstat/Makefile Sun Aug 14 00:24:00 2016 (r304066)
@@ -4,4 +4,6 @@
PROG= nfsstat
CFLAGS+=-DNFS
+LIBADD+= devstat
+
.include <bsd.prog.mk>
More information about the svn-src-head
mailing list