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 /sys/lib/libsa | |
parent | 0b3287bd5b6471805de0553f5aa8f011c9fb6e7e (diff) |
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'sys/lib/libsa')
-rw-r--r-- | sys/lib/libsa/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
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} - |