Add loongson to recognized OpenBSD architectures.
From Jason McIntyre <jmc@kerhand.co.uk>.
This commit is contained in:
wiz 2010-02-10 11:20:12 +00:00
parent e3a3ced090
commit 377c24741f
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2010/01/01 11:40:49 wiz Exp $
# $NetBSD: Makefile,v 1.10 2010/02/10 11:20:12 wiz Exp $
DISTNAME= mdoclint-1.4
DISTNAME= mdoclint-1.5
CATEGORIES= textproc
MASTER_SITES= # none
DISTFILES= # none

View file

@ -1,7 +1,7 @@
#!@PERL5@
#
# $OpenBSD: mdoclint,v 1.14 2009/04/13 12:40:05 espie Exp $
# $NetBSD: mdoclint,v 1.5 2010/01/01 11:40:49 wiz Exp $
# $NetBSD: mdoclint,v 1.6 2010/02/10 11:20:12 wiz Exp $
#
# Copyright (c) 2001-2010 Thomas Klausner
# All rights reserved.
@ -130,8 +130,8 @@ my $valid_date_re;
if (OPENBSD) {
@arches =
(qw(alpha amd64 arm armish aviion cats hp300 hppa
hppa64 i386 landisk luna88k mac68k macppc mvme68k
mvme88k sgi socppc sparc sparc64 vax zaurus));
hppa64 i386 landisk loongson luna88k mac68k macppc
mvme68k mvme88k sgi socppc sparc sparc64 vax zaurus));
}
if (NETBSD) {
@arches =