From d15afe983332cc652554370f1803488a78744fd1 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 22 Nov 2004 09:22:09 +0000 Subject: missed a few capable machines --- sys/dev/microcode/symbol/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/dev/microcode/symbol/Makefile b/sys/dev/microcode/symbol/Makefile index 7a2f61a9b39..d7f12ed4f18 100644 --- a/sys/dev/microcode/symbol/Makefile +++ b/sys/dev/microcode/symbol/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.1 2004/11/22 09:10:11 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2004/11/22 09:22:08 deraadt Exp $ NOPROG= NOMAN= # pcmcia capable systems only .if (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ - (${MACHINE} == "sparc") + (${MACHINE} == "sparc") || (${MACHINE} == "sparc64") || \ + (${MACHINE} == "hppa") afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ -- cgit v1.2.3