summaryrefslogtreecommitdiff
path: root/usr.bin/w
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/w')
-rw-r--r--usr.bin/w/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile
index dbf39d4c261..ffe40d2fd81 100644
--- a/usr.bin/w/Makefile
+++ b/usr.bin/w/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2002/06/08 22:57:34 angelos Exp $
+# $OpenBSD: Makefile,v 1.7 2014/07/16 20:06:27 okan Exp $
PROG= w
SRCS= fmt.c pr_time.c proc_compare.c w.c
@@ -10,4 +10,3 @@ LINKS= ${BINDIR}/w ${BINDIR}/uptime
.PATH: ${.CURDIR}/../../bin/ps
.include <bsd.prog.mk>
-