From 0f5275725014ab6098a7071ceda8a67d6abb48b4 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 11 May 2016 21:52:48 +0000 Subject: 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 --- usr.sbin/hotplugd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/hotplugd') 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" || \ -- cgit v1.2.3-59-g8ed1b