aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/w
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-03-12 18:58:44 +0000
committerWarner Losh <imp@FreeBSD.org>2017-03-12 18:58:44 +0000
commita35f04fba2ebb8f86d4cbdc710c89a094572b08e (patch)
tree6d7834512c1ccea38c53d829131105485c884751 /usr.bin/w
parente3f87f6c705552b9aaf2cc10ec687f330c0ebe6a (diff)
Notes
Diffstat (limited to 'usr.bin/w')
-rw-r--r--usr.bin/w/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile
index c14f84a260d58..70a5c93983aaf 100644
--- a/usr.bin/w/Makefile
+++ b/usr.bin/w/Makefile
@@ -7,6 +7,6 @@ MAN= w.1 uptime.1
LIBADD= kvm sbuf xo util
LINKS= ${BINDIR}/w ${BINDIR}/uptime
-.PATH: ${.CURDIR}/../../bin/ps
+.PATH: ${SRCTOP}/bin/ps
.include <bsd.prog.mk>