diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-08-01 21:43:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-08-01 21:43:04 +0000 |
commit | 598a852905fe552edcb1454953feb86d266dbb86 (patch) | |
tree | 81590370333e3849583ae24fe69d25abcf638d71 /sys/dev/microcode/ral | |
parent | 4485d0282e87a1850cf027ce7050d26b88132aac (diff) |
cats went away
Diffstat (limited to 'sys/dev/microcode/ral')
-rw-r--r-- | sys/dev/microcode/ral/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/microcode/ral/Makefile b/sys/dev/microcode/ral/Makefile index 2db0afcd9e4..97ed394f10c 100644 --- a/sys/dev/microcode/ral/Makefile +++ b/sys/dev/microcode/ral/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2007/04/05 23:41:20 drahn Exp $ +# $OpenBSD: Makefile,v 1.6 2007/08/01 21:42:43 deraadt Exp $ NOPROG= NOMAN= @@ -7,9 +7,9 @@ CC=${HOSTCC} # PCI capable systems only .if (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \ (${MACHINE} == "amd64") || (${MACHINE} == "armish") || \ - (${MACHINE} == "cats") || (${MACHINE} == "hppa") || \ - (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \ - (${MACHINE} == "sgi") || (${MACHINE} == "sparc64") + (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ + (${MACHINE} == "i386") || (${MACHINE} == "sgi") || \ + (${MACHINE} == "sparc64") FIRM= ral-rt2561 ral-rt2561s ral-rt2661 |