Makefile revision 93307
153152Smarcel# $FreeBSD: head/sys/boot/Makefile 93307 2002-03-28 01:37:10Z obrien $
253152Smarcel
340843Smsmith# Build the add-in FORTH interpreter
440843SmsmithSUBDIR+=		ficl
538465Smsmith
693307Sobrien# Build OpenFirmware library
793307Sobrien.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
868546SbennoSUBDIR+=		ofw
968546Sbenno.endif
1068546Sbenno
1140843Smsmith# Pick the machine-dependant subdir based on the target architecture.
1253181SmarcelSUBDIR+=		${MACHINE}
1340843Smsmith
1449192Sse# Build ARC / AlphaBIOS executable on the Alpha
1574798Sobrien# (this is a WIP (work in progress))
1674798Sobrien#.if ${MACHINE_ARCH} == "alpha"
1774798Sobrien#SUBDIR+=		arc
1874798Sobrien#.endif
1949192Sse
2077943Sdfr# Build EFI executable on ia64
2177943Sdfr.if ${MACHINE_ARCH} == "ia64"
2277943SdfrSUBDIR+=		efi
2377943Sdfr.endif
2477943Sdfr
2538465Smsmith.include <bsd.subdir.mk>
26