summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iostat/Makefile
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2001-08-04 18:30:54 +0000
committertmm <tmm@FreeBSD.org>2001-08-04 18:30:54 +0000
commitfbdd58046b90150b1a878352cc6437ceffe60662 (patch)
treeb5bb6db65af69c9df354c866b46b26aef10539b1 /usr.sbin/iostat/Makefile
parent37ac1a7962312051ecd4d5ac042973e6aab74d8b (diff)
downloadFreeBSD-src-fbdd58046b90150b1a878352cc6437ceffe60662.zip
FreeBSD-src-fbdd58046b90150b1a878352cc6437ceffe60662.tar.gz
Make use of the new features of libdevstat to allow iostat to work on
crash dumps, and make it use sysctl for all data retrievals in the "live" case (i.e. when not using iostat on a crash dump). Remove setgid kmem for the iostat executable, it is not needed any more after these changes. Reviewed by: ken
Diffstat (limited to 'usr.sbin/iostat/Makefile')
-rw-r--r--usr.sbin/iostat/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/iostat/Makefile b/usr.sbin/iostat/Makefile
index 5151442..c6903b6 100644
--- a/usr.sbin/iostat/Makefile
+++ b/usr.sbin/iostat/Makefile
@@ -5,8 +5,6 @@ MAINTAINER= ken@FreeBSD.ORG
PROG= iostat
MAN= iostat.8
-BINGRP= kmem
-BINMODE= 2555
DPADD= ${LIBKVM} ${LIBDEVSTAT}
LDADD= -lkvm -ldevstat
OpenPOWER on IntegriCloud