diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-20 04:32:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-20 04:32:07 +0000 |
commit | a7359f128c6524308220b4fd28529034b9e5c4f8 (patch) | |
tree | 9dcc54ee5afa824a14196bbc9b55a0a76805facb /sys/dev/microcode | |
parent | a41457f4994bdf8d2d36fe0653150af78748e79f (diff) |
sgi too
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r-- | sys/dev/microcode/atmel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile index 8e6a4171ce9..32d33ab411e 100644 --- a/sys/dev/microcode/atmel/Makefile +++ b/sys/dev/microcode/atmel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2004/11/17 02:24:47 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2004/11/20 04:32:06 deraadt Exp $ NOPROG= NOMAN= @@ -7,7 +7,7 @@ NOMAN= .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \ - (${MACHINE} == "hppa") + (${MACHINE} == "hppa") || (${MACHINE} == "sgi") FIRM= atu-intersil-int atu-intersil-ext \ atu-rfmd-int atu-rfmd-ext \ |