diff options
author | rwatson <rwatson@FreeBSD.org> | 2001-02-23 18:55:43 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2001-02-23 18:55:43 +0000 |
commit | a9d344358c50112d942aa3f0fc050c24cc388ca4 (patch) | |
tree | 024bec38187d66ee730d3fc1ca7f737a060e247e /usr.bin/top/Makefile | |
parent | 6b94a67d0bad867b8dd713776eaf9147e3df4913 (diff) | |
download | FreeBSD-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/Makefile')
-rw-r--r-- | usr.bin/top/Makefile | 3 |
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 |