Re: svn commit: r304066 - head/usr.bin/nfsstat

2016-08-14 Thread Rick Macklem
Mark Johnson wrote:

>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.

Oops, sorry. I missed committing the Makefile change. Thanks for doing it, rick

___
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"


svn commit: r304066 - head/usr.bin/nfsstat

2016-08-13 Thread Mark Johnston
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 
___
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"