13 lines
546 B
Makefile
13 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/05/21 10:05:20 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/amiga arch/arc arch/atari arch/bebox arch/cats arch/evbarm arch/evbppc arch/hp300 arch/hpcmips arch/i386 arch/mac68k arch/macppc arch/mipsco arch/mvme68k arch/news68k arch/newsmips arch/pc532 arch/playstation2 arch/pmax arch/prep arch/sandpoint arch/sgimips arch/shark arch/sparc arch/sparc64 arch/vax arch/x68k
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|