summaryrefslogtreecommitdiffstats
path: root/bin/ps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps/Makefile')
-rw-r--r--bin/ps/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index 1d1e551..2ed6481 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/2/93
-# $Id$
+# $Id: Makefile,v 1.3 1994/09/24 02:56:40 davidg Exp $
PROG= ps
SRCS= fmt.c keyword.c nlist.c print.c ps.c
@@ -7,6 +7,7 @@ CFLAGS+=-I/sys
DPADD= ${LIBMATH} ${LIBKVM}
LDADD= -lm -lkvm
BINOWN= root
-BINMODE=4555
+BINGRP= kmem
+BINMODE=2555
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud