summaryrefslogtreecommitdiffstats
path: root/bin/ps
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index b98abc2..42c3c69 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -5,7 +5,7 @@ SRCS= fmt.c keyword.c nlist.c print.c ps.c
CFLAGS+=-I/sys
DPADD= ${LIBMATH} ${LIBKVM}
LDADD= -lm -lkvm
-BINGRP= kmem
-BINMODE=2555
+BINOWN= root
+BINMODE=4555
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud