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>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to