Index: head/usr.bin/nfsstat/Makefile =================================================================== --- head/usr.bin/nfsstat/Makefile (revision 304065) +++ head/usr.bin/nfsstat/Makefile (revision 304066) @@ -1,7 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ PROG= nfsstat CFLAGS+=-DNFS +LIBADD+= devstat + .include