diff --git a/usr.bin/nfsstat/Makefile b/usr.bin/nfsstat/Makefile index e45b5e262df2..c74815ac0e46 100644 --- a/usr.bin/nfsstat/Makefile +++ b/usr.bin/nfsstat/Makefile @@ -4,4 +4,6 @@ PROG= nfsstat CFLAGS+=-DNFS +LIBADD+= devstat + .include