[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / utils / sysinst

File: [cvs.NetBSD.org] / src / distrib / utils / sysinst / Attic / Makefile (download)

Revision 1.5, Fri Jun 6 18:57:13 2003 UTC (20 years, 10 months ago) by dsl
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.4: +3 -3 lines

Delete more messages that are never output

#	$NetBSD: Makefile,v 1.5 2003/06/06 18:57:13 dsl Exp $
#
# can't make here due to crunchgen
#

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
.endif

.include <bsd.subdir.mk>