diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-04-15 03:25:52 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-04-15 03:25:52 +0000 |
| commit | 567f2ec907c4566d8f5217fc636681295474f2f4 (patch) | |
| tree | 93f5afd4675ab249fe0006e8a60b7684439db219 /usr.bin/w | |
| parent | d7e03b7a8b9bdcfc088c2854a0d4d93e65a693c5 (diff) | |
Notes
Diffstat (limited to 'usr.bin/w')
| -rw-r--r-- | usr.bin/w/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile index d1fc90560c823..a11edff778ba9 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 |
