aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/w/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/w/Makefile')
-rw-r--r--usr.bin/w/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile
new file mode 100644
index 000000000000..7ebf27d40ca5
--- /dev/null
+++ b/usr.bin/w/Makefile
@@ -0,0 +1,9 @@
+PROG= w
+SRCS= fmt.c pr_time.c proc_compare.c w.c
+MAN= w.1 uptime.1
+LIBADD= kvm sbuf xo util
+LINKS= ${BINDIR}/w ${BINDIR}/uptime
+
+.PATH: ${SRCTOP}/bin/ps
+
+.include <bsd.prog.mk>