NetBSD/distrib/utils/sysinst/Makefile

54 lines
1.1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 2009/12/05 16:29:11 pooka 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
2006-03-30 19:45:42 +04:00
SUBDIR = arch/acorn26
SUBDIR += arch/acorn32
SUBDIR += arch/alpha
SUBDIR += arch/amd64
SUBDIR += arch/amiga
SUBDIR += arch/arc
SUBDIR += arch/atari
SUBDIR += arch/bebox
SUBDIR += arch/cats
SUBDIR += arch/cobalt
2006-03-30 19:45:42 +04:00
SUBDIR += arch/evbarm
SUBDIR += arch/evbmips
SUBDIR += arch/evbppc
SUBDIR += arch/ews4800mips
SUBDIR += arch/hp300
SUBDIR += arch/hp700
SUBDIR += arch/hpcarm
2006-03-30 19:45:42 +04:00
SUBDIR += arch/hpcmips
SUBDIR += arch/i386
SUBDIR += arch/landisk
2006-03-30 19:45:42 +04:00
SUBDIR += arch/mac68k
SUBDIR += arch/macppc
SUBDIR += arch/mipsco
SUBDIR += arch/mvme68k
SUBDIR += arch/news68k
SUBDIR += arch/newsmips
SUBDIR += arch/ofppc
2006-03-30 19:45:42 +04:00
SUBDIR += arch/pmax
SUBDIR += arch/prep
SUBDIR += arch/sandpoint
SUBDIR += arch/sgimips
SUBDIR += arch/shark
SUBDIR += arch/sparc
SUBDIR += arch/sparc64
SUBDIR += arch/vax
SUBDIR += arch/x68k
SUBDIR += arch/zaurus
# XXX notyet SUBDIR += arch/iyonix
.endif
install:
.include <bsd.subdir.mk>