diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-08-10 17:37:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-08-10 17:37:02 +0000 |
commit | 2831c7fb6444f6659a82c064662012e2ad6cbd82 (patch) | |
tree | e100c54ac27ceac8969494987eff26d434d7cc8b /regress/usr.bin | |
parent | 59190d57c4f7ec72e756905e6b3edc8da6766ad9 (diff) |
no more armish;
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/mdoclint/mdoclint | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/mdoclint/mdoclint b/regress/usr.bin/mdoclint/mdoclint index 6bb3eb3f911..b025ea142a2 100644 --- a/regress/usr.bin/mdoclint/mdoclint +++ b/regress/usr.bin/mdoclint/mdoclint @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# $OpenBSD: mdoclint,v 1.50 2016/05/13 17:52:59 jmc Exp $ +# $OpenBSD: mdoclint,v 1.51 2016/08/10 17:37:01 jmc Exp $ # $NetBSD: mdoclint,v 1.49 2014/06/23 18:10:21 wiz Exp $ # # Copyright (c) 2001-2013 Thomas Klausner @@ -197,7 +197,7 @@ my $valid_date_re; my @arches; if (OPENBSD) { @arches = - (qw(alpha amd64 armish armv7 hppa i386 + (qw(alpha amd64 armv7 hppa i386 landisk loongson luna88k macppc mips64 octeon sgi socppc sparc sparc64 zaurus)); } |