diff options
author | 2013-03-25 17:40:12 +0000 | |
---|---|---|
committer | 2013-03-25 17:40:12 +0000 | |
commit | b1097d19c646ce2eb971cb43b07608f52338ba83 (patch) | |
tree | a95ca274f9e39ab264df7c899685738a79752676 /sys/dev/microcode/atmel | |
parent | gumstix was never finished (diff) | |
download | wireguard-openbsd-b1097d19c646ce2eb971cb43b07608f52338ba83.tar.xz wireguard-openbsd-b1097d19c646ce2eb971cb43b07608f52338ba83.zip |
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 \ |