summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hotplugd
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2016-05-11 21:52:48 +0000
committerderaadt <deraadt@openbsd.org>2016-05-11 21:52:48 +0000
commit0f5275725014ab6098a7071ceda8a67d6abb48b4 (patch)
tree90e5307a03d24b7e626e0a2d9972ae3e4502786c /usr.sbin/hotplugd
parentsync (diff)
downloadwireguard-openbsd-0f5275725014ab6098a7071ceda8a67d6abb48b4.tar.xz
wireguard-openbsd-0f5275725014ab6098a7071ceda8a67d6abb48b4.zip
remove hppa64 port, which we never got going beyond broken single users.
hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis
Diffstat (limited to 'usr.sbin/hotplugd')
-rw-r--r--usr.sbin/hotplugd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile
index 5673dbea5c3..86d4bfd7480 100644
--- a/usr.sbin/hotplugd/Makefile
+++ b/usr.sbin/hotplugd/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.16 2013/09/04 14:54:13 patrick Exp $
+# $OpenBSD: Makefile,v 1.17 2016/05/11 21:52:51 deraadt Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "armish" || ${MACHINE} == "armv7" || \
- ${MACHINE} == "hppa" || ${MACHINE} == "hppa64" || \
+ ${MACHINE} == "hppa" || \
${MACHINE} == "i386" || ${MACHINE} == "landisk" || \
${MACHINE} == "loongson" || ${MACHINE} == "macppc" || \
${MACHINE} == "sgi" || ${MACHINE} == "socppc" || \