20 lines
706 B
Makefile
20 lines
706 B
Makefile
# $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
|
|
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>
|