diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-03-18 22:36:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-03-18 22:36:38 +0000 |
commit | 954b1a417ec63f20d2dde0645d24641005375a40 (patch) | |
tree | 4d3b982016a572dbb41f88eb76f38a29039036bb /distrib/special/kbd | |
parent | 7e9918e631c8d89e4daeae75c43b6381c34a8610 (diff) |
Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping
this hardware alive is becoming increasingly difficult, and I should heed the
message sent by the three disks which have died on me over the last few days.
Noone sane will mourn these ports anyway. So long, and thanks for the fish.
Diffstat (limited to 'distrib/special/kbd')
-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 dedc7e6bba4..7bb83db78cc 100644 --- a/distrib/special/kbd/Makefile +++ b/distrib/special/kbd/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.17 2013/01/08 17:41:31 shadchin Exp $ +# $OpenBSD: Makefile,v 1.18 2014/03/18 22:36:29 miod Exp $ -.if ${MACHINE} != "aviion" && ${MACHINE} != "mvme68k" && \ - ${MACHINE} != "mvme88k" +.if ${MACHINE} != "aviion" PROG= kbd SRCS= main.c kbd_wscons.c |