diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-05-09 20:23:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-05-09 20:23:43 +0000 |
commit | 3f5bfeca0989ad343ec897effe7ba1a521686577 (patch) | |
tree | 7996a9071eb8438d11fbe07154c465bd4f6390f0 /distrib/special/kbd/Makefile | |
parent | 68234d4d57208b9b66fa65641c1d7d23be89181e (diff) |
Sync architectures list with /sbin/kbd; prompted by martin@
Diffstat (limited to 'distrib/special/kbd/Makefile')
-rw-r--r-- | distrib/special/kbd/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/distrib/special/kbd/Makefile b/distrib/special/kbd/Makefile index 4bc8b6621d7..6f1a988d462 100644 --- a/distrib/special/kbd/Makefile +++ b/distrib/special/kbd/Makefile @@ -1,10 +1,7 @@ -# $OpenBSD: Makefile,v 1.10 2004/08/06 22:40:12 pefo Exp $ +# $OpenBSD: Makefile,v 1.11 2005/05/09 20:23:42 miod Exp $ -.if (${MACHINE} == "alpha") || (${MACHINE} == "hppa") || \ - (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ - (${MACHINE} == "sparc") || (${MACHINE} == "sparc64") || \ - (${MACHINE} == "vax") || (${MACHINE} == "amd64") || \ - (${MACHINE} == "sgi") || (${MACHINE} == "cats") +.if ${MACHINE} != "mac68k" && ${MACHINE} != "mvme68k" && \ + ${MACHINE} != "mvme88k" PROG= kbd COPTS+= -Os |