diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-04-21 16:12:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-04-21 16:12:15 +0000 |
commit | 62b2f501c8345b869002aa370a10156db0abd608 (patch) | |
tree | e50c05fc87a2a9003d6729d5268d27dbfc0e35a8 | |
parent | 1e70d5eceef084142785ea2addd3ab6db6d5270e (diff) |
correct list of architectures
-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") |