summaryrefslogtreecommitdiff
path: root/usr.sbin/iostat/Makefile
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-14 07:22:07 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-14 07:22:07 +0000
commit61727c2cde3ce4620951477ba76ddfa5f24bb1a5 (patch)
tree77b521eadde92116be8cd8fb696016bc9f7d5ba2 /usr.sbin/iostat/Makefile
parent9581c7360fe9a46282e319ba8558223e111bbf79 (diff)
No need for setgid kmem anymore, we can use sysctl to get all the
relevant information.
Diffstat (limited to 'usr.sbin/iostat/Makefile')
-rw-r--r--usr.sbin/iostat/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/iostat/Makefile b/usr.sbin/iostat/Makefile
index 0ff5770c068..cf33975e865 100644
--- a/usr.sbin/iostat/Makefile
+++ b/usr.sbin/iostat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1997/09/21 11:43:44 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2001/05/14 07:22:06 angelos Exp $
PROG= iostat
MAN= iostat.8
@@ -12,7 +12,5 @@ SRCS= dkstats.c iostat.c
DPADD= ${LIBKVM}
LDADD= -lkvm
-BINGRP= kmem
-BINMODE=2555
.include <bsd.prog.mk>