summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iostat
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/iostat')
-rw-r--r--usr.sbin/iostat/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/iostat/Makefile b/usr.sbin/iostat/Makefile
index bfc1e49..5151442 100644
--- a/usr.sbin/iostat/Makefile
+++ b/usr.sbin/iostat/Makefile
@@ -1,13 +1,14 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
-MAINTAINER=ken@FreeBSD.ORG
+MAINTAINER= ken@FreeBSD.ORG
PROG= iostat
MAN= iostat.8
+BINGRP= kmem
+BINMODE= 2555
+
DPADD= ${LIBKVM} ${LIBDEVSTAT}
LDADD= -lkvm -ldevstat
-BINGRP= kmem
-BINMODE=2555
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud