Remove directive to install top as group kmem. Remove directive to

install top with setgid bit.
This commit is contained in:
Robert Watson 2001-02-23 18:55:43 +00:00
parent 39d513ecdd
commit 0ce14ceb84
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72952

View File

@ -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