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/kue | |
parent | 49a72c91a49e1c9c55249f909e9d7cf06b05a135 (diff) |
Palm: Integration into the tree
OK deraadt@
Diffstat (limited to 'sys/dev/microcode/kue')
-rw-r--r-- | sys/dev/microcode/kue/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/kue/Makefile b/sys/dev/microcode/kue/Makefile index 6974858edd7..ce7a5d668e1 100644 --- a/sys/dev/microcode/kue/Makefile +++ b/sys/dev/microcode/kue/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2007/08/01 21:42:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 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= kue |