diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-08-10 14:27:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-08-10 14:27:19 +0000 |
commit | b2cfb31102494f3c39e19d9d174422bef8b478fb (patch) | |
tree | 82d7d203269361cdb4a795beb75edf83b00f5cc2 /usr.sbin | |
parent | f47e916de1f9523a058e3b06f884f0685acc1154 (diff) |
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 'usr.sbin')
-rw-r--r-- | usr.sbin/hotplugd/Makefile | 5 | ||||
-rw-r--r-- | usr.sbin/pcidump/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile index 86d4bfd7480..718660209b8 100644 --- a/usr.sbin/hotplugd/Makefile +++ b/usr.sbin/hotplugd/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.17 2016/05/11 21:52:51 deraadt Exp $ +# $OpenBSD: Makefile,v 1.18 2016/08/10 14:27:17 deraadt Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ - ${MACHINE} == "armish" || ${MACHINE} == "armv7" || \ - ${MACHINE} == "hppa" || \ + ${MACHINE} == "armv7" || ${MACHINE} == "hppa" || \ ${MACHINE} == "i386" || ${MACHINE} == "landisk" || \ ${MACHINE} == "loongson" || ${MACHINE} == "macppc" || \ ${MACHINE} == "sgi" || ${MACHINE} == "socppc" || \ diff --git a/usr.sbin/pcidump/Makefile b/usr.sbin/pcidump/Makefile index f03e213535c..75c79dea689 100644 --- a/usr.sbin/pcidump/Makefile +++ b/usr.sbin/pcidump/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.7 2016/05/11 21:52:51 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2016/08/10 14:27:18 deraadt Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ - ${MACHINE} == "armish" || ${MACHINE} == "hppa" || \ - ${MACHINE} == "i386" || \ + ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \ ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ ${MACHINE} == "macppc" || ${MACHINE} == "octeon" || \ ${MACHINE} == "sgi" || ${MACHINE} == "socppc" || \ |