summaryrefslogtreecommitdiffstats
path: root/usr.bin/w/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-11-17 15:28:45 +0000
committerpeter <peter@FreeBSD.org>1999-11-17 15:28:45 +0000
commit6bdffedcb9b1df9502bdd21183f9a73368bbc372 (patch)
treebc86a7a2d7e79b3c54f762de225e07063f09d78f /usr.bin/w/Makefile
parentf6968a45e699c9984182f62f527d954e31bae663 (diff)
downloadFreeBSD-src-6bdffedcb9b1df9502bdd21183f9a73368bbc372.zip
FreeBSD-src-6bdffedcb9b1df9502bdd21183f9a73368bbc372.tar.gz
Use the same technique as ps(1) to avoid the need for setgid. (ie: use
/dev/null as the default kernel and /dev/mem filenames, but still allow the usual overrides)
Diffstat (limited to 'usr.bin/w/Makefile')
-rw-r--r--usr.bin/w/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile
index c7296b0..1f0af4e 100644
--- a/usr.bin/w/Makefile
+++ b/usr.bin/w/Makefile
@@ -1,12 +1,13 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= w
SRCS= fmt.c pr_time.c proc_compare.c w.c
MAN1= w.1 uptime.1
DPADD= ${LIBKVM}
LDADD= -lkvm
-BINGRP= kmem
-BINMODE=2555
+#BINGRP= kmem
+#BINMODE=2555
LINKS= ${BINDIR}/w ${BINDIR}/uptime
.PATH: ${.CURDIR}/../../bin/ps
OpenPOWER on IntegriCloud