summaryrefslogtreecommitdiff
path: root/regress/usr.bin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-03-18 22:36:38 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-03-18 22:36:38 +0000
commit954b1a417ec63f20d2dde0645d24641005375a40 (patch)
tree4d3b982016a572dbb41f88eb76f38a29039036bb /regress/usr.bin
parent7e9918e631c8d89e4daeae75c43b6381c34a8610 (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 'regress/usr.bin')
-rw-r--r--regress/usr.bin/mdoclint/mdoclint6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.bin/mdoclint/mdoclint b/regress/usr.bin/mdoclint/mdoclint
index fe0d1ea0f79..b6f31d3edb1 100644
--- a/regress/usr.bin/mdoclint/mdoclint
+++ b/regress/usr.bin/mdoclint/mdoclint
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# $OpenBSD: mdoclint,v 1.41 2014/03/06 17:41:28 jmc Exp $
+# $OpenBSD: mdoclint,v 1.42 2014/03/18 22:36:30 miod Exp $
# $NetBSD: mdoclint,v 1.46 2014/02/24 09:37:48 wiz Exp $
#
# Copyright (c) 2001-2013 Thomas Klausner
@@ -196,9 +196,9 @@ my $valid_date_re;
my @arches;
if (OPENBSD) {
@arches =
- (qw(alpha amd64 arm armish armv7 aviion cats hp300 hppa
+ (qw(alpha amd64 arm armish armv7 aviion cats hppa
hppa64 i386 landisk loongson luna88k macppc mips64
- mvme68k mvme88k octeon sgi socppc sparc sparc64 vax
+ octeon sgi socppc sparc sparc64 vax
zaurus));
}
if (NETBSD) {