diff options
author | 2004-11-20 04:32:06 +0000 | |
---|---|---|
committer | 2004-11-20 04:32:06 +0000 | |
commit | 58c17c5470527227fdbefa390183f3cb2bee5867 (patch) | |
tree | db262e116b0440536463583d95a32ab509645070 | |
parent | no tlp, we have dc. (diff) | |
download | wireguard-openbsd-58c17c5470527227fdbefa390183f3cb2bee5867.tar.xz wireguard-openbsd-58c17c5470527227fdbefa390183f3cb2bee5867.zip |
sgi too
-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 \ |