aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-05-30 02:19:03 +0000
committerPaul Traina <pst@FreeBSD.org>1996-05-30 02:19:03 +0000
commit73c00cf43fbd6710d910dd7ed8482257e9031c68 (patch)
treeba21dc4304528c921233bebdf169879b9729450b /usr.bin
parent661a5e433a9a2afc2c622f06524018ebd7d7bc04 (diff)
downloadsrc-73c00cf43fbd6710d910dd7ed8482257e9031c68.tar.gz
src-73c00cf43fbd6710d910dd7ed8482257e9031c68.zip
Setgid kmem not required.
Submitted by: smpatel (Sujal Patel)
Notes
Notes: svn path=/head/; revision=15991
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/modstat/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/modstat/Makefile b/usr.bin/modstat/Makefile
index a602bb9debcb..c7f18f1cbf4a 100644
--- a/usr.bin/modstat/Makefile
+++ b/usr.bin/modstat/Makefile
@@ -33,12 +33,10 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: Makefile,v 1.4 1994/02/09 15:02:19 deraadt Exp $
+# $Id: Makefile,v 1.1 1994/08/19 12:14:02 davidg Exp $
#
PROG= modstat
MAN8= modstat.8
-BINGRP= kmem
-BINMODE=2555
.include <bsd.prog.mk>