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/mksuncd | |
parent | 89b77ece8297b428ef405fbae69adb7180c3e9ca (diff) |
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'usr.sbin/mksuncd')
-rw-r--r-- | usr.sbin/mksuncd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/mksuncd/Makefile b/usr.sbin/mksuncd/Makefile index b4bb250851a..1d2baff290b 100644 --- a/usr.sbin/mksuncd/Makefile +++ b/usr.sbin/mksuncd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2012/09/12 09:19:54 haesbaert Exp $ +# $OpenBSD: Makefile,v 1.4 2014/07/16 20:07:03 okan Exp $ .if ${MACHINE} == "sparc64" @@ -14,4 +14,3 @@ MAN= mksuncd.1 MANSUBDIR=sparc64 .include <bsd.prog.mk> - |