diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/microcode/kue/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/kue/Makefile b/sys/dev/microcode/kue/Makefile index c5eabe65467..60960d155cd 100644 --- a/sys/dev/microcode/kue/Makefile +++ b/sys/dev/microcode/kue/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2004/12/19 16:19:42 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2005/04/28 04:35:16 david Exp $ NOPROG= NOMAN= @@ -8,7 +8,7 @@ NOMAN= (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \ (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ - (${MACHINE} == "sgi") + (${MACHINE} == "sgi") || (${MACHINE} == "zaurus") FIRM= kue |