summaryrefslogtreecommitdiffstats
path: root/lib/libarch
diff options
context:
space:
mode:
authorokan <okan@openbsd.org>2014-07-16 20:02:17 +0000
committerokan <okan@openbsd.org>2014-07-16 20:02:17 +0000
commit1e29880ecad1dcdf7e9a0fa3b523cb5007f215ec (patch)
tree4fcdba1cd7c7fdf51661a8d46927f6660aac6c8e /lib/libarch
parentzap trailing newlines; "go for it" deraadt (diff)
downloadwireguard-openbsd-1e29880ecad1dcdf7e9a0fa3b523cb5007f215ec.tar.xz
wireguard-openbsd-1e29880ecad1dcdf7e9a0fa3b523cb5007f215ec.zip
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'lib/libarch')
-rw-r--r--lib/libarch/amd64/Makefile3
-rw-r--r--lib/libarch/i386/Makefile3
2 files changed, 2 insertions, 4 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
-
diff --git a/lib/libarch/i386/Makefile b/lib/libarch/i386/Makefile
index e8c1dd9859e..4cb11d3dc2e 100644
--- a/lib/libarch/i386/Makefile
+++ b/lib/libarch/i386/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2011/03/12 04:12:29 guenther Exp $
+# $OpenBSD: Makefile,v 1.7 2014/07/16 20:02:17 okan Exp $
# $NetBSD: Makefile,v 1.1 1996/02/21 02:45:47 jtk Exp $
MAN+= i386_get_ldt.2 \
@@ -24,4 +24,3 @@ SRCS+= i386_get_ldt.c i386_set_ldt.c \
NOPROG=
.include <bsd.prog.mk>
.endif
-