zap trailing newlines; "go for it" deraadt
authorokan <okan@openbsd.org>
Wed, 16 Jul 2014 20:08:25 +0000 (20:08 +0000)
committerokan <okan@openbsd.org>
Wed, 16 Jul 2014 20:08:25 +0000 (20:08 +0000)
sys/arch/alpha/stand/libsa/Makefile.inc
sys/arch/hppa/dev/Makefile
sys/dev/microcode/symbol/Makefile
sys/lib/libsa/Makefile.inc

index 537496e..bf1fbd6 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.inc,v 1.2 2011/06/05 21:49:36 miod Exp $
+#      $OpenBSD: Makefile.inc,v 1.3 2014/07/16 20:08:25 okan Exp $
 #      $NetBSD: Makefile.inc,v 1.5 1996/09/30 16:01:18 ws Exp $
 #
 #      NOTE: $S must correspond to the top of the 'sys' tree
@@ -37,4 +37,3 @@ depend:                       .NOTMAIN __always_make_salib
 
 __always_make_salib:   .NOTMAIN
        @([ -d ${SADST} ] || mkdir -p ${SADST})
-
index 67171ce..05163bc 100644 (file)
@@ -1,8 +1,7 @@
-#      $OpenBSD: Makefile,v 1.3 1999/04/20 20:19:37 mickey Exp $
+#      $OpenBSD: Makefile,v 1.4 2014/07/16 20:08:25 okan Exp $
 
 AWK?=  awk
 
 cpudevs.h cpudevs_data.h: cpudevs devlist2h.awk
        /bin/rm -f cpudevs.h cpudevs_data.h
        ${AWK} -f devlist2h.awk cpudevs
-
index 9178fda..903815f 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2013/03/25 17:40:12 deraadt Exp $
+# $OpenBSD: Makefile,v 1.10 2014/07/16 20:08:25 okan Exp $
 
 NOPROG=
 NOMAN=
@@ -21,4 +21,3 @@ afterinstall:
 .endif
 
 .include <bsd.prog.mk>
-
index edb0481..d0eaba1 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.inc,v 1.13 2013/01/01 00:58:25 miod Exp $
+#      $OpenBSD: Makefile.inc,v 1.14 2014/07/16 20:08:25 okan Exp $
 #      $NetBSD: Makefile.inc,v 1.5 1996/09/30 16:01:18 ws Exp $
 #
 #      NOTE: $S must correspond to the top of the 'sys' tree
@@ -41,4 +41,3 @@ depend::              .NOTMAIN __always_make_salib
 
 __always_make_salib:   .NOTMAIN
        -mkdir -p ${SADST}
-