diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-07 23:52:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-07 23:52:46 +0000 |
commit | bfbef3216304bd30e545c1b4ae435cfd39524f74 (patch) | |
tree | 63c35453709cc1a82b2d28d0cdd6764b7862af3b /sys | |
parent | 322f135f2143118351e5c3c20a71baeb671d7743 (diff) |
landisk has usb
Diffstat (limited to 'sys')
-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/uyap/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/zydas/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile index 6b5fdbc0697..ba2ced32be4 100644 --- a/sys/dev/microcode/atmel/Makefile +++ b/sys/dev/microcode/atmel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2006/06/06 00:01:50 drahn Exp $ +# $OpenBSD: Makefile,v 1.13 2006/11/07 23:52:45 deraadt Exp $ NOPROG= NOMAN= @@ -9,7 +9,7 @@ NOMAN= (${MACHINE} == "cats") || (${MACHINE} == "hppa") || \ (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \ (${MACHINE} == "sgi") || (${MACHINE} == "sparc64") || \ - (${MACHINE} == "zaurus") + (${MACHINE} == "zaurus") || (${MACHINE} == "landisk") FIRM= atu-intersil-int atu-intersil-ext \ atu-rfmd-int atu-rfmd-ext \ diff --git a/sys/dev/microcode/kue/Makefile b/sys/dev/microcode/kue/Makefile index 135846fa55f..cfd9b98d38e 100644 --- a/sys/dev/microcode/kue/Makefile +++ b/sys/dev/microcode/kue/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2006/06/06 00:01:50 drahn Exp $ +# $OpenBSD: Makefile,v 1.6 2006/11/07 23:52:45 deraadt Exp $ NOPROG= NOMAN= @@ -9,7 +9,7 @@ NOMAN= (${MACHINE} == "cats") || (${MACHINE} == "hppa") || \ (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \ (${MACHINE} == "sgi") || (${MACHINE} == "sparc64") || \ - (${MACHINE} == "zaurus") + (${MACHINE} == "zaurus") || (${MACHINE} == "landisk") FIRM= kue diff --git a/sys/dev/microcode/rum/Makefile b/sys/dev/microcode/rum/Makefile index 0e7b2e08e12..913cd299a36 100644 --- a/sys/dev/microcode/rum/Makefile +++ b/sys/dev/microcode/rum/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2006/08/17 08:32:30 damien Exp $ +# $OpenBSD: Makefile,v 1.2 2006/11/07 23:52:45 deraadt Exp $ NOPROG= NOMAN= @@ -9,7 +9,7 @@ NOMAN= (${MACHINE} == "cats") || (${MACHINE} == "hppa") || \ (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \ (${MACHINE} == "sgi") || (${MACHINE} == "sparc64") || \ - (${MACHINE} == "zaurus") + (${MACHINE} == "zaurus") || (${MACHINE} == "landisk") FIRM= rum-rt2573 diff --git a/sys/dev/microcode/uyap/Makefile b/sys/dev/microcode/uyap/Makefile index 686ab4ddbfd..381f3572baf 100644 --- a/sys/dev/microcode/uyap/Makefile +++ b/sys/dev/microcode/uyap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2005/06/16 08:23:49 markus Exp $ +# $OpenBSD: Makefile,v 1.4 2006/11/07 23:52:45 deraadt Exp $ NOPROG= NOMAN= @@ -8,7 +8,7 @@ NOMAN= (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \ (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ - (${MACHINE} == "sgi") + (${MACHINE} == "sgi") || (${MACHINE} == "landisk") FIRM= uyap diff --git a/sys/dev/microcode/zydas/Makefile b/sys/dev/microcode/zydas/Makefile index c782eb45cf3..74d3f774345 100644 --- a/sys/dev/microcode/zydas/Makefile +++ b/sys/dev/microcode/zydas/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2006/06/26 15:46:34 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2006/11/07 23:52:45 deraadt Exp $ NOPROG= NOMAN= @@ -9,7 +9,7 @@ NOMAN= (${MACHINE} == "cats") || (${MACHINE} == "hppa") || \ (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \ (${MACHINE} == "sgi") || (${MACHINE} == "sparc64") || \ - (${MACHINE} == "zaurus") + (${MACHINE} == "zaurus") || (${MACHINE} == "landisk") FIRM= zd1211 |