summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/ral/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode/ral/Makefile')
-rw-r--r--sys/dev/microcode/ral/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/ral/Makefile b/sys/dev/microcode/ral/Makefile
index 59c9f9d5de4..7eb1145e9ea 100644
--- a/sys/dev/microcode/ral/Makefile
+++ b/sys/dev/microcode/ral/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2010/02/09 19:24:33 miod Exp $
+# $OpenBSD: Makefile,v 1.9 2016/05/11 21:52:50 deraadt Exp $
NOPROG=
NOMAN=
@@ -7,7 +7,7 @@ CC=${HOSTCC}
# PCI capable systems only
.if (${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
- ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
+ ${MACHINE} == "i386" || \
${MACHINE} == "loongson" || ${MACHINE_ARCH} == "powerpc" || \
${MACHINE} == "sgi" || ${MACHINE} == "sparc64")