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 | |
parent | 7f58899c5c5f14699cc71944a6a31724ef120ce1 (diff) |
these will not be built for palm since it went away
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r-- | sys/dev/microcode/atmel/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/kue/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/rum/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/symbol/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/tusb3410/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/udl/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/uyap/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/zydas/Makefile | 4 |
8 files changed, 16 insertions, 16 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 \ diff --git a/sys/dev/microcode/kue/Makefile b/sys/dev/microcode/kue/Makefile index 71c83b48e82..46355989cef 100644 --- a/sys/dev/microcode/kue/Makefile +++ b/sys/dev/microcode/kue/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2010/01/30 20:48:20 miod Exp $ +# $OpenBSD: Makefile,v 1.11 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= kue diff --git a/sys/dev/microcode/rum/Makefile b/sys/dev/microcode/rum/Makefile index ba3d965b9cc..93e52e9cfad 100644 --- a/sys/dev/microcode/rum/Makefile +++ b/sys/dev/microcode/rum/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2010/01/30 20:48:20 miod Exp $ +# $OpenBSD: Makefile,v 1.11 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= rum-rt2573 run-rt2870 run-rt3071 diff --git a/sys/dev/microcode/symbol/Makefile b/sys/dev/microcode/symbol/Makefile index fdfbb73aa12..9178fda6cc7 100644 --- a/sys/dev/microcode/symbol/Makefile +++ b/sys/dev/microcode/symbol/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2010/04/04 21:54:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2013/03/25 17:40:12 deraadt Exp $ NOPROG= NOMAN= @@ -9,7 +9,7 @@ CC=${HOSTCC} (${MACHINE} == "macppc") || (${MACHINE} == "sparc") || \ (${MACHINE} == "sparc64") || (${MACHINE} == "hppa") || \ (${MACHINE} == "hppa64") || (${MACHINE} == "sgi") || \ - (${MACHINE} == "zaurus") || (${MACHINE} == "palm") + (${MACHINE} == "zaurus") afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ diff --git a/sys/dev/microcode/tusb3410/Makefile b/sys/dev/microcode/tusb3410/Makefile index f9da6feca3d..11ecaec4639 100644 --- a/sys/dev/microcode/tusb3410/Makefile +++ b/sys/dev/microcode/tusb3410/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2010/01/30 20:48:20 miod Exp $ +# $OpenBSD: Makefile,v 1.5 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= tusb3410 diff --git a/sys/dev/microcode/udl/Makefile b/sys/dev/microcode/udl/Makefile index 8297e5e5a0a..d8e315c853c 100644 --- a/sys/dev/microcode/udl/Makefile +++ b/sys/dev/microcode/udl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2010/01/30 20:48:20 miod Exp $ +# $OpenBSD: Makefile,v 1.3 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= udl_huffman diff --git a/sys/dev/microcode/uyap/Makefile b/sys/dev/microcode/uyap/Makefile index 1c3a3767706..125110d5aa5 100644 --- a/sys/dev/microcode/uyap/Makefile +++ b/sys/dev/microcode/uyap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2010/01/30 20:48:21 miod Exp $ +# $OpenBSD: Makefile,v 1.8 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= uyap diff --git a/sys/dev/microcode/zydas/Makefile b/sys/dev/microcode/zydas/Makefile index c29d7b046b4..f2b4817413a 100644 --- a/sys/dev/microcode/zydas/Makefile +++ b/sys/dev/microcode/zydas/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2010/01/30 20:48:21 miod Exp $ +# $OpenBSD: Makefile,v 1.10 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= zd1211 zd1211b |