From 34e3d8fb4c0bf9fa997539427e98dc39ad13b66f Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 10 Aug 2016 14:27:15 +0000 Subject: 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. --- usr.sbin/hotplugd/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.sbin/hotplugd') 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" || \ -- cgit v1.2.3-59-g8ed1b