Makefile revision 125556
153152Smarcel# $FreeBSD: head/sys/boot/Makefile 125556 2004-02-07 08:10:07Z ru $
253152Smarcel
3123377Sgrehan.if !defined(NOFORTH)
4125117Sschweikh# Build the add-in FORTH interpreter.
540843SmsmithSUBDIR+=		ficl
6110783Sbenno.endif
738465Smsmith
8125117Sschweikh# Build OpenFirmware library.
993307Sobrien.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
1068546SbennoSUBDIR+=		ofw
1168546Sbenno.endif
1268546Sbenno
13125117Sschweikh# Pick the machine-dependent subdir based on the target architecture.
14125556SruSUBDIR+=		${MACHINE:S/amd64/i386/}
1540843Smsmith
1649192Sse# Build ARC / AlphaBIOS executable on the Alpha
17125117Sschweikh# (this is a WIP (work in progress)).
1874798Sobrien#.if ${MACHINE_ARCH} == "alpha"
1974798Sobrien#SUBDIR+=		arc
2074798Sobrien#.endif
2149192Sse
22125117Sschweikh# Build EFI executable on ia64.
2377943Sdfr.if ${MACHINE_ARCH} == "ia64"
2477943SdfrSUBDIR+=		efi
2577943Sdfr.endif
2677943Sdfr
2738465Smsmith.include <bsd.subdir.mk>
28