Now that the language variants are built using message files, remove

the last vestages of the code that supresses specific languages for
specific archtectures.
This commit is contained in:
dsl 2004-04-18 19:54:39 +00:00
parent eb5d4e583d
commit fdba28e796

View File

@ -1,30 +1,19 @@
# $NetBSD: Makefile,v 1.5 2003/06/06 18:57:13 dsl Exp $
#
# can't make here due to crunchgen
# $NetBSD: Makefile,v 1.6 2004/04/18 19:54:39 dsl Exp $
#
# sysinst is usually built when the crunched install binary is built,
# but can be built here as a normal program for testing.
SUBDIR = arch/${MACHINE}
.if ALL_MACHINES
SUBDIR = arch/acorn26 arch/acorn32 arch/alpha arch/amd64 arch/arc
SUBDIR += arch/bebox arch/cats arch/evbarm arch/evbppc arch/hp300
SUBDIR += arch/hpcmips arch/i386 arch/macppc arch/mipsco
SUBDIR += arch/mvme68k arch/news68k arch/newsmips arch/pc532
SUBDIR += arch/playstation2 arch/pmax
SUBDIR += arch/sandpoint arch/sgimips arch/shark
SUBDIR += arch/sparc arch/sparc64 arch/vax
SYSINSTLANG?=en
.if ${SYSINSTLANG} != fr && ${SYSINSTLANG} != pl
SUBDIR += arch/atari
.endif
.if ${SYSINSTLANG} != fr
SUBDIR += arch/mac68k arch/prep arch/x68k
.endif
.if ${SYSINSTLANG} != pl
SUBDIR += arch/amiga
.endif
SUBDIR = arch/acorn26 arch/acorn32 arch/alpha arch/amd64
SUBDIR += arch/amiga arch/arc arch/atari arch/bebox
SUBDIR += arch/cats arch/evbarm arch/evbppc arch/hp300
SUBDIR += arch/hpcmips arch/i386 arch/mac68k arch/macppc
SUBDIR += arch/mipsco arch/mvme68k arch/news68k arch/newsmips
SUBDIR += arch/pc532 arch/playstation2 arch/pmax arch/prep
SUBDIR += arch/sandpoint arch/sgimips arch/shark arch/sparc
SUBDIR += arch/sparc64 arch/vax arch/x68k
.endif
.include <bsd.subdir.mk>