diff options
author | 2007-11-19 23:36:40 +0000 | |
---|---|---|
committer | 2007-11-19 23:36:40 +0000 | |
commit | c470c11b1a869b74228f569f5f8a9ce6f712190b (patch) | |
tree | 8fbf59e65d6f26dd397b43195a0c7326185cadcc | |
parent | Pull from master repo: (diff) | |
download | wireguard-openbsd-c470c11b1a869b74228f569f5f8a9ce6f712190b.tar.xz wireguard-openbsd-c470c11b1a869b74228f569f5f8a9ce6f712190b.zip |
armish and zaurus too
-rw-r--r-- | sys/dev/microcode/tusb3410/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/microcode/tusb3410/Makefile b/sys/dev/microcode/tusb3410/Makefile index 0af1e73efb0..9ec6f4c527a 100644 --- a/sys/dev/microcode/tusb3410/Makefile +++ b/sys/dev/microcode/tusb3410/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2007/11/16 16:30:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2007/11/19 23:36:40 deraadt Exp $ NOPROG= NOMAN= @@ -9,7 +9,8 @@ CC=${HOSTCC} (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "hppa") || \ (${MACHINE} == "hppa64") || (${MACHINE} == "sgi") || \ - (${MACHINE} == "landisk") + (${MACHINE} == "landisk") || (${MACHINE} == "armish") || \ + (${MACHINE} == "zaurus") FIRM= tusb3410 |