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 /sys/kern/Makefile | |
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 'sys/kern/Makefile')
-rw-r--r-- | sys/kern/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile index e40a720bac5..d907fbf555e 100644 --- a/sys/kern/Makefile +++ b/sys/kern/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.36 2013/09/04 14:58:51 patrick Exp $ +# $OpenBSD: Makefile,v 1.37 2014/03/18 22:36:37 miod Exp $ # Makefile for kernel tags files, init_sysent, etc. -ARCH= alpha amd64 armish armv7 aviion hp300 \ +ARCH= alpha amd64 armish armv7 aviion \ hppa hppa64 i386 landisk loongson \ - luna88k macppc mvme68k mvme88k sgi socppc \ + luna88k macppc sgi socppc \ solbourne sparc sparc64 vax zaurus all: |