summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/ps/Makefile3
-rw-r--r--usr.bin/w/Makefile1
2 files changed, 1 insertions, 3 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index 2ed6481..e8885f2 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -1,12 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 6/2/93
-# $Id: Makefile,v 1.3 1994/09/24 02:56:40 davidg Exp $
+# $Id: Makefile,v 1.4 1995/04/15 03:23:36 davidg Exp $
PROG= ps
SRCS= fmt.c keyword.c nlist.c print.c ps.c
CFLAGS+=-I/sys
DPADD= ${LIBMATH} ${LIBKVM}
LDADD= -lm -lkvm
-BINOWN= root
BINGRP= kmem
BINMODE=2555
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile
index a11edff..c7296b0 100644
--- a/usr.bin/w/Makefile
+++ b/usr.bin/w/Makefile
@@ -5,7 +5,6 @@ SRCS= fmt.c pr_time.c proc_compare.c w.c
MAN1= w.1 uptime.1
DPADD= ${LIBKVM}
LDADD= -lkvm
-BINOWN= root
BINGRP= kmem
BINMODE=2555
LINKS= ${BINDIR}/w ${BINDIR}/uptime
OpenPOWER on IntegriCloud