diff options
Diffstat (limited to 'sys/dev/microcode/tusb3410/Makefile')
-rw-r--r-- | sys/dev/microcode/tusb3410/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/tusb3410/Makefile b/sys/dev/microcode/tusb3410/Makefile index 9ec6f4c527a..0878da1daf7 100644 --- a/sys/dev/microcode/tusb3410/Makefile +++ b/sys/dev/microcode/tusb3410/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2007/11/19 23:36:40 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2009/09/09 12:10:35 marex Exp $ NOPROG= NOMAN= @@ -10,7 +10,7 @@ CC=${HOSTCC} (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "hppa") || \ (${MACHINE} == "hppa64") || (${MACHINE} == "sgi") || \ (${MACHINE} == "landisk") || (${MACHINE} == "armish") || \ - (${MACHINE} == "zaurus") + (${MACHINE} == "zaurus") || (${MACHINE} == "palm") FIRM= tusb3410 |