diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:08:26 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:08:26 +0000 |
commit | 9c2963fcc176fa2e99113b4aa7cecf66508b8962 (patch) | |
tree | dcb25638af3f5c822c6dc424836037c15af8809b | |
parent | 0b3287bd5b6471805de0553f5aa8f011c9fb6e7e (diff) |
zap trailing newlines; "go for it" deraadt
-rw-r--r-- | sys/arch/alpha/stand/libsa/Makefile.inc | 3 | ||||
-rw-r--r-- | sys/arch/hppa/dev/Makefile | 3 | ||||
-rw-r--r-- | sys/dev/microcode/symbol/Makefile | 3 | ||||
-rw-r--r-- | sys/lib/libsa/Makefile.inc | 3 |
4 files changed, 4 insertions, 8 deletions
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 <bsd.prog.mk> - 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} - |