diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/microcode/tusb3410/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/microcode/tusb3410/Makefile b/sys/dev/microcode/tusb3410/Makefile index 0af1e73efb0..9ec6f4c527a 100644 --- a/sys/dev/microcode/tusb3410/Makefile +++ b/sys/dev/microcode/tusb3410/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2007/11/16 16:30:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2007/11/19 23:36:40 deraadt Exp $ NOPROG= NOMAN= @@ -9,7 +9,8 @@ CC=${HOSTCC} (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "hppa") || \ (${MACHINE} == "hppa64") || (${MACHINE} == "sgi") || \ - (${MACHINE} == "landisk") + (${MACHINE} == "landisk") || (${MACHINE} == "armish") || \ + (${MACHINE} == "zaurus") FIRM= tusb3410 |