nfsstat depends on libdevstat as of r304058.

X-MFC-With:	r304058
This commit is contained in:
markj 2016-08-14 00:24:00 +00:00
parent 87a73165c4
commit b6184f20cd

View File

@ -4,4 +4,6 @@
PROG= nfsstat
CFLAGS+=-DNFS
LIBADD+= devstat
.include <bsd.prog.mk>