From: okan Date: Wed, 16 Jul 2014 20:08:25 +0000 (+0000) Subject: zap trailing newlines; "go for it" deraadt X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=401fdfa01780b46ad44fc21f7fdefb333fe00271;p=openbsd zap trailing newlines; "go for it" deraadt --- diff --git a/sys/arch/alpha/stand/libsa/Makefile.inc b/sys/arch/alpha/stand/libsa/Makefile.inc index 537496ea87f..bf1fbd61064 100644 --- a/sys/arch/alpha/stand/libsa/Makefile.inc +++ b/sys/arch/alpha/stand/libsa/Makefile.inc @@ -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}) - diff --git a/sys/arch/hppa/dev/Makefile b/sys/arch/hppa/dev/Makefile index 67171ceec7f..05163bcd059 100644 --- a/sys/arch/hppa/dev/Makefile +++ b/sys/arch/hppa/dev/Makefile @@ -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 - diff --git a/sys/dev/microcode/symbol/Makefile b/sys/dev/microcode/symbol/Makefile index 9178fda6cc7..903815fa5b2 100644 --- a/sys/dev/microcode/symbol/Makefile +++ b/sys/dev/microcode/symbol/Makefile @@ -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 - diff --git a/sys/lib/libsa/Makefile.inc b/sys/lib/libsa/Makefile.inc index edb04814489..d0eaba1a13c 100644 --- a/sys/lib/libsa/Makefile.inc +++ b/sys/lib/libsa/Makefile.inc @@ -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} -