diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-27 17:36:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-27 17:36:19 +0000 |
commit | bf0a65b8ba35f3b89700a10c7eb23f2c8dc212cb (patch) | |
tree | c14e90f29f6ed57b9358529c8ef66d4b69c29a0f /distrib | |
parent | cadcabe0265db6753eccec3bcc53bdc5b837cc3d (diff) |
change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many
reasons for this, quite a few of them technical, and not all of them
in response to Intel's broken ia32e crud. The gcc toolchain stays at
x86_64 for now.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/special/kbd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/kbd/Makefile b/distrib/special/kbd/Makefile index 2a0b1025098..f2ae7af9b9e 100644 --- a/distrib/special/kbd/Makefile +++ b/distrib/special/kbd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2004/02/07 21:07:16 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2004/02/27 17:36:14 deraadt Exp $ .if (${MACHINE} == "alpha") || (${MACHINE} == "hppa") || \ (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ (${MACHINE} == "sparc") || (${MACHINE} == "sparc64") || \ - (${MACHINE} == "vax") || (${MACHINE_ARCH} == "x86_64") || \ + (${MACHINE} == "vax") || (${MACHINE} == "amd64") || \ (${MACHINE} == "cats") || (${MACHINE} == "pegasos") PROG= kbd COPTS+= -Os |