diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-25 17:40:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-25 17:40:13 +0000 |
commit | 457222d339f5281f4d52f3f45fdd8c860de08cab (patch) | |
tree | e9b538ae908e3db7b10f076f853695776f6927d3 /sys/dev/microcode/atmel | |
parent | 7f58899c5c5f14699cc71944a6a31724ef120ce1 (diff) |
these will not be built for palm since it went away
Diffstat (limited to 'sys/dev/microcode/atmel')
-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 8521f729f28..d2e04c38861 100644 --- a/sys/dev/microcode/atmel/Makefile +++ b/sys/dev/microcode/atmel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2010/01/30 20:48:19 miod Exp $ +# $OpenBSD: Makefile,v 1.18 2013/03/25 17:40:12 deraadt Exp $ NOPROG= NOMAN= @@ -10,7 +10,7 @@ CC=${HOSTCC} ${MACHINE} == "armish" || ${MACHINE} == "hppa" || \ ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \ ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ - ${MACHINE} == "palm" || ${MACHINE} == "sgi" || \ + ${MACHINE} == "sgi" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus") FIRM= atu-intersil-int atu-intersil-ext \ |