summaryrefslogtreecommitdiff
path: root/usr.sbin/pcidump
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2016-05-11 21:52:52 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2016-05-11 21:52:52 +0000
commit98421c3e0b0b25ab3a1e5956aea147e56dcdfa57 (patch)
treed515a4fa16f614d14d2923804ce9ae89bac27be8 /usr.sbin/pcidump
parentacedf914d93d5f889c448b773832ddeac5e72ae0 (diff)
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/pcidump')
-rw-r--r--usr.sbin/pcidump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pcidump/Makefile b/usr.sbin/pcidump/Makefile
index cad93236db0..f03e213535c 100644
--- a/usr.sbin/pcidump/Makefile
+++ b/usr.sbin/pcidump/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.6 2013/03/31 16:41:45 deraadt Exp $
+# $OpenBSD: Makefile,v 1.7 2016/05/11 21:52:51 deraadt Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
- ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
+ ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
${MACHINE} == "macppc" || ${MACHINE} == "octeon" || \
${MACHINE} == "sgi" || ${MACHINE} == "socppc" || \