diff options
author | Marek Vasut <marex@cvs.openbsd.org> | 2009-09-09 12:10:36 +0000 |
---|---|---|
committer | Marek Vasut <marex@cvs.openbsd.org> | 2009-09-09 12:10:36 +0000 |
commit | 8936a54ac6c24f8d4b7c3e15f83f90beb2481da7 (patch) | |
tree | 6c6c8156d5ecd146f7bfcea438b9454123574848 /sys/dev/microcode/zydas | |
parent | 49a72c91a49e1c9c55249f909e9d7cf06b05a135 (diff) |
Palm: Integration into the tree
OK deraadt@
Diffstat (limited to 'sys/dev/microcode/zydas')
-rw-r--r-- | sys/dev/microcode/zydas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/zydas/Makefile b/sys/dev/microcode/zydas/Makefile index 11fcf740ed1..ad3bc621fc7 100644 --- a/sys/dev/microcode/zydas/Makefile +++ b/sys/dev/microcode/zydas/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2008/05/06 00:09:53 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2009/09/09 12:10:35 marex Exp $ NOPROG= NOMAN= @@ -10,7 +10,7 @@ CC=${HOSTCC} (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ (${MACHINE} == "i386") || (${MACHINE} == "sgi") || \ (${MACHINE} == "sparc64") || (${MACHINE} == "zaurus") || \ - (${MACHINE} == "landisk") + (${MACHINE} == "landisk") || (${MACHINE} == "palm") FIRM= zd1211 zd1211b |