diff options
Diffstat (limited to 'sys/dev/microcode/tigon/Makefile')
-rw-r--r-- | sys/dev/microcode/tigon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/tigon/Makefile b/sys/dev/microcode/tigon/Makefile index 68441bce12c..0433c0fac4a 100644 --- a/sys/dev/microcode/tigon/Makefile +++ b/sys/dev/microcode/tigon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2016/05/11 21:52:51 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2016/09/01 10:40:38 tedu Exp $ NOPROG= NOMAN= @@ -7,7 +7,7 @@ CC=${HOSTCC} # PCI & SBus capable systems only .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ - (${MACHINE} == "sparc") || (${MACHINE_ARCH} == "powerpc") || \ + (${MACHINE_ARCH} == "powerpc") || \ (${MACHINE} == "hppa") || (${MACHINE} == "sgi") FIRM= tigon1 tigon2 |