aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-04-15 03:31:19 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-04-15 03:31:19 +0000
commit29e1dc755617c0e1f8a5bcdf91e52c2907cd0bc8 (patch)
tree3f5a6f5f9f94527406fd72024c5eb5c96ee29d75
parent567f2ec907c4566d8f5217fc636681295474f2f4 (diff)
Notes
-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 2ed648123894f..e8885f24d1778 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 a11edff778ba9..c7296b0044102 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