diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:02:46 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:02:46 +0000 |
commit | 89b77ece8297b428ef405fbae69adb7180c3e9ca (patch) | |
tree | ad0847b74f9f301ba915f57715fb0713af9fa938 /lib/libarch/amd64 | |
parent | 3fb400bc0b1c3c3c6eeb255e5b0cc650818da818 (diff) |
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'lib/libarch/amd64')
-rw-r--r-- | lib/libarch/amd64/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libarch/amd64/Makefile b/lib/libarch/amd64/Makefile index bc11cd2ec78..d6e249cdb2a 100644 --- a/lib/libarch/amd64/Makefile +++ b/lib/libarch/amd64/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2013/05/05 19:27:23 tedu Exp $ +# $OpenBSD: Makefile,v 1.12 2014/07/16 20:02:17 okan Exp $ # $NetBSD: Makefile,v 1.1 1996/02/21 02:45:47 jtk Exp $ MANSUBDIR=amd64 @@ -14,4 +14,3 @@ SRCS+= amd64_iopl.c amd64_get_fsbase.c amd64_set_fsbase.c NOPROG= .include <bsd.prog.mk> .endif - |