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/yds | |
parent | 4485d0282e87a1850cf027ce7050d26b88132aac (diff) |
cats went away
Diffstat (limited to 'sys/dev/microcode/yds')
-rw-r--r-- | sys/dev/microcode/yds/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/microcode/yds/Makefile b/sys/dev/microcode/yds/Makefile index dac8c03a554..e76da6359b2 100644 --- a/sys/dev/microcode/yds/Makefile +++ b/sys/dev/microcode/yds/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/04/05 23:41:20 drahn Exp $ +# $OpenBSD: Makefile,v 1.4 2007/08/01 21:42:44 deraadt Exp $ NOPROG= NOMAN= @@ -7,9 +7,8 @@ CC=${HOSTCC} # PCI capable systems only .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ - (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \ - (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ - (${MACHINE} == "sgi") + (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "hppa") || \ + (${MACHINE} == "hppa64") || (${MACHINE} == "sgi") FIRM= yds |