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.sbin/wsmoused | |
parent | 89b77ece8297b428ef405fbae69adb7180c3e9ca (diff) |
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'usr.sbin/wsmoused')
-rw-r--r-- | usr.sbin/wsmoused/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/wsmoused/Makefile b/usr.sbin/wsmoused/Makefile index 36a88a58377..9b0cc880a64 100644 --- a/usr.sbin/wsmoused/Makefile +++ b/usr.sbin/wsmoused/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2004/05/03 15:18:21 drahn Exp $ +# $OpenBSD: Makefile,v 1.7 2014/07/16 20:07:03 okan Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "amd64" ||\ ${MACHINE} == "alpha" @@ -16,4 +16,3 @@ MAN= wsmoused.8 MANSUBDIR= i386 amd64 alpha .include <bsd.prog.mk> - |