diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-17 00:52:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-17 00:52:39 +0000 |
commit | dc4528bd9ac7f92a896ece5241b674d59a5b5236 (patch) | |
tree | fd5423559a22047bd51c39bb539511bf2efd5f4d /sys/dev/microcode | |
parent | 99ca95c537d53268d0ca9d0615316641a26c963e (diff) |
not sparc
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r-- | sys/dev/microcode/atmel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile index 0e0574734b2..923cf702791 100644 --- a/sys/dev/microcode/atmel/Makefile +++ b/sys/dev/microcode/atmel/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2004/11/16 23:58:18 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2004/11/17 00:52:38 deraadt Exp $ # USB capable systems only .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ - (${MACHINE} == "alpha") || (${MACHINE} == "sparc") || \ - (${MACHINE} == "sparc64") || (${MACHINE_ARCH} == "powerpc") || \ - (${MACHINE} == "cats") || (${MACHINE} == "hppa") + (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ + (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \ + (${MACHINE} == "hppa") FIRM= atu-intersil-int atu-rfmd-int atu-rfmd2958-int \ atu-intersil-ext atu-rfmd-ext atu-rfmd2958-ext |