summaryrefslogtreecommitdiffstats
path: root/usr.bin/nfsstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/nfsstat/Makefile')
-rw-r--r--usr.bin/nfsstat/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/nfsstat/Makefile b/usr.bin/nfsstat/Makefile
new file mode 100644
index 0000000..6d79ce7
--- /dev/null
+++ b/usr.bin/nfsstat/Makefile
@@ -0,0 +1,10 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= nfsstat
+CFLAGS+=-DNFS
+DPADD= ${LIBKVM}
+LDADD= -lkvm
+BINGRP= kmem
+BINMODE=2555
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud