Makefile revision 110783
153152Smarcel# $FreeBSD: head/sys/boot/Makefile 110783 2003-02-13 04:35:04Z benno $
253152Smarcel
3110783Sbenno.if !defined(NOFORTH)
440843Smsmith# Build the add-in FORTH interpreter
540843SmsmithSUBDIR+=		ficl
6110783Sbenno.endif
738465Smsmith
893307Sobrien# Build OpenFirmware library
993307Sobrien.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
1068546SbennoSUBDIR+=		ofw
1168546Sbenno.endif
1268546Sbenno
1340843Smsmith# Pick the machine-dependant subdir based on the target architecture.
1453181SmarcelSUBDIR+=		${MACHINE}
1540843Smsmith
1649192Sse# Build ARC / AlphaBIOS executable on the Alpha
1774798Sobrien# (this is a WIP (work in progress))
1874798Sobrien#.if ${MACHINE_ARCH} == "alpha"
1974798Sobrien#SUBDIR+=		arc
2074798Sobrien#.endif
2149192Sse
2277943Sdfr# Build EFI executable on ia64
2377943Sdfr.if ${MACHINE_ARCH} == "ia64"
2477943SdfrSUBDIR+=		efi
2577943Sdfr.endif
2677943Sdfr
2738465Smsmith.include <bsd.subdir.mk>
28