11.4Sthorpej# $NetBSD: Makefile,v 1.4 2024/01/06 07:38:13 thorpej Exp $ 21.1Sdholland# 31.1Sdholland# sysinst is usually built when the crunched install binary is built, 41.1Sdholland# but can be built here as a normal program for testing. 51.1Sdholland 61.2Sdholland.if exists(arch/${MACHINE}) 71.2SdhollandSUBDIR+=arch/${MACHINE} 81.2Sdholland.else 91.2SdhollandSUBDIR+=arch/dummy 101.2Sdholland.endif 111.2Sdholland 121.1Sdholland 131.1Sdholland.if ALL_MACHINES 141.1Sdholland 151.1SdhollandSUBDIR += arch/acorn32 161.1SdhollandSUBDIR += arch/alpha 171.1SdhollandSUBDIR += arch/amd64 181.1SdhollandSUBDIR += arch/amiga 191.1SdhollandSUBDIR += arch/arc 201.1SdhollandSUBDIR += arch/atari 211.1SdhollandSUBDIR += arch/bebox 221.1SdhollandSUBDIR += arch/cats 231.1SdhollandSUBDIR += arch/cobalt 241.1SdhollandSUBDIR += arch/emips 251.1SdhollandSUBDIR += arch/evbarm 261.1SdhollandSUBDIR += arch/evbmips 271.1SdhollandSUBDIR += arch/evbppc 281.1SdhollandSUBDIR += arch/ews4800mips 291.1SdhollandSUBDIR += arch/hp300 301.1SdhollandSUBDIR += arch/hpcarm 311.1SdhollandSUBDIR += arch/hpcmips 321.1SdhollandSUBDIR += arch/hpcsh 331.1SdhollandSUBDIR += arch/hppa 341.1SdhollandSUBDIR += arch/i386 351.1SdhollandSUBDIR += arch/landisk 361.1SdhollandSUBDIR += arch/mac68k 371.1SdhollandSUBDIR += arch/macppc 381.1SdhollandSUBDIR += arch/mipsco 391.1SdhollandSUBDIR += arch/mvme68k 401.1SdhollandSUBDIR += arch/news68k 411.1SdhollandSUBDIR += arch/newsmips 421.1SdhollandSUBDIR += arch/ofppc 431.1SdhollandSUBDIR += arch/playstation2 441.1SdhollandSUBDIR += arch/pmax 451.1SdhollandSUBDIR += arch/prep 461.1SdhollandSUBDIR += arch/sandpoint 471.1SdhollandSUBDIR += arch/sgimips 481.1SdhollandSUBDIR += arch/shark 491.1SdhollandSUBDIR += arch/sparc 501.1SdhollandSUBDIR += arch/sparc64 511.1SdhollandSUBDIR += arch/vax 521.4SthorpejSUBDIR += arch/virt68k 531.1SdhollandSUBDIR += arch/x68k 541.1SdhollandSUBDIR += arch/zaurus 551.1Sdholland 561.1Sdholland# XXX notyet SUBDIR += arch/iyonix 571.2Sdholland 581.2Sdholland# These dirs are present in sys/arch but not here: 591.2Sdholland# amigappc cesfic dreamcast epoc32 evbsh3 ia64 ibmnws iyonix luna68k 601.2Sdholland# mmeye mvmeppc netwinder next68k rs6000 sbmips sun2 sun3 611.2Sdholland# (also evbsh5, but it doesn't really exist) 621.2SdhollandSUBDIR += arch/dummy 631.2Sdholland 641.1Sdholland.endif 651.1Sdholland 661.1Sdhollandinstall: 671.1Sdholland 681.1Sdholland.include <bsd.subdir.mk> 69