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