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/dev/microcode/atmel/Makefile | |
parent | 322f135f2143118351e5c3c20a71baeb671d7743 (diff) |
landisk has usb
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 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 \ |