diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-04 20:40:01 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-04 20:40:01 +0000 |
commit | 6e66f793b01fc19f92ba30d6bda66c18043cf5b4 (patch) | |
tree | 9536aee2e530997becdb76d7609775d1a8aa4fb2 /distrib | |
parent | c79b007b3cd3011109a0768f8fb6d39f3e166700 (diff) |
mac68k here too now
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/special/kbd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/special/kbd/Makefile b/distrib/special/kbd/Makefile index 6f1a988d462..c435d3dc9e8 100644 --- a/distrib/special/kbd/Makefile +++ b/distrib/special/kbd/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.11 2005/05/09 20:23:42 miod Exp $ +# $OpenBSD: Makefile,v 1.12 2006/01/04 20:40:00 miod Exp $ -.if ${MACHINE} != "mac68k" && ${MACHINE} != "mvme68k" && \ - ${MACHINE} != "mvme88k" +.if ${MACHINE} != "mvme68k" && ${MACHINE} != "mvme88k" PROG= kbd COPTS+= -Os |