diff options
-rw-r--r-- | sys/dev/microcode/tht/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/microcode/tht/Makefile b/sys/dev/microcode/tht/Makefile index fdfbf58c480..06f8408d490 100644 --- a/sys/dev/microcode/tht/Makefile +++ b/sys/dev/microcode/tht/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2007/04/19 04:04:58 dlg Exp $ +# $OpenBSD: Makefile,v 1.2 2007/04/21 16:12:14 deraadt Exp $ NOPROG= NOMAN= @@ -6,8 +6,7 @@ CC=${HOSTCC} # PCI capable systems only .if (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \ - (${MACHINE} == "amd64") || (${MACHINE} == "armish") || \ - (${MACHINE} == "cats") || (${MACHINE} == "hppa") || \ + (${MACHINE} == "amd64") || (${MACHINE} == "hppa") || \ (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \ (${MACHINE} == "sgi") || (${MACHINE} == "sparc64") |