summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/ps/Makefile5
-rw-r--r--usr.bin/w/Makefile3
2 files changed, 5 insertions, 3 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>
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile
index d1fc905..a11edff 100644
--- a/usr.bin/w/Makefile
+++ b/usr.bin/w/Makefile
@@ -6,7 +6,8 @@ MAN1= w.1 uptime.1
DPADD= ${LIBKVM}
LDADD= -lkvm
BINOWN= root
-BINMODE=4555
+BINGRP= kmem
+BINMODE=2555
LINKS= ${BINDIR}/w ${BINDIR}/uptime
.PATH: ${.CURDIR}/../../bin/ps
OpenPOWER on IntegriCloud