summaryrefslogtreecommitdiffstats
path: root/distrib/special/installboot
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2016-08-10 14:27:15 +0000
committerderaadt <deraadt@openbsd.org>2016-08-10 14:27:15 +0000
commit34e3d8fb4c0bf9fa997539427e98dc39ad13b66f (patch)
treec01a8522973e4ca4dcbbb9027d261264dc0e0752 /distrib/special/installboot
parentregression tests for mdoc_validate.c revisions 1.219 and 1.220 (diff)
downloadwireguard-openbsd-34e3d8fb4c0bf9fa997539427e98dc39ad13b66f.tar.xz
wireguard-openbsd-34e3d8fb4c0bf9fa997539427e98dc39ad13b66f.zip
armish handled some early-gen arm machines, which required tons of
workarounds. Some of them will soon stand in the way of armv7. Off to the attic you go.
Diffstat (limited to 'distrib/special/installboot')
-rw-r--r--distrib/special/installboot/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/distrib/special/installboot/Makefile b/distrib/special/installboot/Makefile
index 2fb13c9096b..148657ae01d 100644
--- a/distrib/special/installboot/Makefile
+++ b/distrib/special/installboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2016/05/11 21:52:48 deraadt Exp $
+# $OpenBSD: Makefile,v 1.7 2016/08/10 14:27:15 deraadt Exp $
.PATH: ${.CURDIR}/../../../usr.sbin/installboot
@@ -20,10 +20,6 @@ SRCS += i386_nlist.c
SRCS += i386_softraid.c
.endif
-.if ${MACHINE} == "armish"
-SRCS += stubs.c
-.endif
-
.if ${MACHINE} == "armv7"
SRCS += stubs.c
.endif