diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:07:04 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:07:04 +0000 |
commit | 0b3287bd5b6471805de0553f5aa8f011c9fb6e7e (patch) | |
tree | 6b7407900a80a39b0b9028b2ec81c0bba9082cc4 /usr.bin/w | |
parent | 89b77ece8297b428ef405fbae69adb7180c3e9ca (diff) |
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'usr.bin/w')
-rw-r--r-- | usr.bin/w/Makefile | 3 |
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> - |