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 da41e5a7723..9b76f057748 100644 --- a/sys/dev/microcode/atmel/Makefile +++ b/sys/dev/microcode/atmel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2007/08/01 21:42:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.16 2009/09/09 12:10:35 marex Exp $ NOPROG= NOMAN= @@ -10,7 +10,7 @@ CC=${HOSTCC} (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ (${MACHINE} == "i386") || (${MACHINE} == "sgi") || \ (${MACHINE} == "sparc64") || (${MACHINE} == "zaurus") || \ - (${MACHINE} == "landisk") + (${MACHINE} == "landisk") || (${MACHINE} == "palm") FIRM= atu-intersil-int atu-intersil-ext \ atu-rfmd-int atu-rfmd-ext \ |