summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/symbol/Makefile
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 /sys/dev/microcode/symbol/Makefile
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 'sys/dev/microcode/symbol/Makefile')
-rw-r--r--sys/dev/microcode/symbol/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/microcode/symbol/Makefile b/sys/dev/microcode/symbol/Makefile
index 903815fa5b2..72fc3cdace0 100644
--- a/sys/dev/microcode/symbol/Makefile
+++ b/sys/dev/microcode/symbol/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2014/07/16 20:08:25 okan Exp $
+# $OpenBSD: Makefile,v 1.11 2016/05/11 21:52:50 deraadt Exp $
NOPROG=
NOMAN=
@@ -8,8 +8,7 @@ CC=${HOSTCC}
.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
(${MACHINE} == "macppc") || (${MACHINE} == "sparc") || \
(${MACHINE} == "sparc64") || (${MACHINE} == "hppa") || \
- (${MACHINE} == "hppa64") || (${MACHINE} == "sgi") || \
- (${MACHINE} == "zaurus")
+ (${MACHINE} == "sgi") || (${MACHINE} == "zaurus")
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \