summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hotplugd
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 /usr.sbin/hotplugd
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 'usr.sbin/hotplugd')
-rw-r--r--usr.sbin/hotplugd/Makefile5
1 files changed, 2 insertions, 3 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" || \