summaryrefslogtreecommitdiffstats
path: root/usr.bin/top
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-02-23 18:55:43 +0000
committerrwatson <rwatson@FreeBSD.org>2001-02-23 18:55:43 +0000
commita9d344358c50112d942aa3f0fc050c24cc388ca4 (patch)
tree024bec38187d66ee730d3fc1ca7f737a060e247e /usr.bin/top
parent6b94a67d0bad867b8dd713776eaf9147e3df4913 (diff)
downloadFreeBSD-src-a9d344358c50112d942aa3f0fc050c24cc388ca4.zip
FreeBSD-src-a9d344358c50112d942aa3f0fc050c24cc388ca4.tar.gz
Remove directive to install top as group kmem. Remove directive to
install top with setgid bit.
Diffstat (limited to 'usr.bin/top')
-rw-r--r--usr.bin/top/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile
index 19a60f1..ce2db6e 100644
--- a/usr.bin/top/Makefile
+++ b/usr.bin/top/Makefile
@@ -1,3 +1,4 @@
+# $FreeBSD$
PROG= top
TOPDIR= ${.CURDIR}/../../contrib/top
@@ -20,8 +21,6 @@ SRCS= commands.c display.c machine.c screen.c top.c \
CLEANFILES+= top.1
DPADD= ${LIBTERMCAP} ${LIBM} ${LIBKVM}
LDADD= -ltermcap -lm -lkvm
-BINGRP= kmem
-BINMODE=2555
top.1: ${TOPDIR}/top.X top.local.1
cat ${.ALLSRC} > top.1
OpenPOWER on IntegriCloud