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/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 'distrib/Makefile')
-rw-r--r-- | distrib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 72334729f53..dd2d013f432 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.44 2013/10/15 13:28:04 miod Exp $ +# $OpenBSD: Makefile,v 1.45 2014/03/18 22:36:27 miod Exp $ SUBDIR= special notes .if make(obj) -SUBDIR+=alpha amd64 armish armv7 aviion hp300 hppa i386 \ - landisk loongson luna88k macppc mvme68k mvme88k \ +SUBDIR+=alpha amd64 armish armv7 aviion hppa i386 \ + landisk loongson luna88k macppc \ octeon sgi socppc sparc sparc64 vax zaurus .elif exists(${MACHINE}) SUBDIR+=${MACHINE} |