diff options
Diffstat (limited to 'sys/dev/microcode/atmel/Makefile')
-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 \ |