diff options
author | 2010-09-26 15:13:32 +0000 | |
---|---|---|
committer | 2010-09-26 15:13:32 +0000 | |
commit | 0303d4b2fc6393a915f0cb414b7970cbfa37f25d (patch) | |
tree | cfeea4598dd55dec389ad081c6b908300c908b38 | |
parent | add mips64 tags; ok miod (diff) | |
download | wireguard-openbsd-0303d4b2fc6393a915f0cb414b7970cbfa37f25d.tar.xz wireguard-openbsd-0303d4b2fc6393a915f0cb414b7970cbfa37f25d.zip |
allow "mips64";
-rw-r--r-- | regress/usr.bin/mdoclint/mdoclint | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/usr.bin/mdoclint/mdoclint b/regress/usr.bin/mdoclint/mdoclint index 125bc9d52ce..97777c98e7e 100644 --- a/regress/usr.bin/mdoclint/mdoclint +++ b/regress/usr.bin/mdoclint/mdoclint @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# $OpenBSD: mdoclint,v 1.18 2010/09/01 17:32:53 jmc Exp $ +# $OpenBSD: mdoclint,v 1.19 2010/09/26 15:13:32 jmc Exp $ # $NetBSD: mdoclint,v 1.12 2010/08/30 12:20:44 wiz Exp $ # # Copyright (c) 2001-2010 Thomas Klausner @@ -133,7 +133,8 @@ my $valid_date_re; @arches = (qw(alpha amd64 arm armish aviion cats hp300 hppa hppa64 i386 landisk loongson luna88k mac68k macppc - mvme68k mvme88k sgi socppc sparc sparc64 vax zaurus)); + mips64 mvme68k mvme88k sgi socppc sparc sparc64 vax + zaurus)); } if (NETBSD) { @arches = |