Makefile revision 138001
153152Smarcel# $FreeBSD: head/sys/boot/Makefile 138001 2004-11-23 05:52:00Z marcel $
253152Smarcel
3123377Sgrehan.if !defined(NOFORTH)
4125117Sschweikh# Build the add-in FORTH interpreter.
540843SmsmithSUBDIR+=		ficl
6110783Sbenno.endif
738465Smsmith
8138001Smarcel# Build EFI library.
9138001Smarcel.if ${MACHINE_ARCH} == "ia64"
10138001SmarcelSUBDIR+=		efi
11138001Smarcel.endif
12138001Smarcel
13133862Smarius# Build Open Firmware library.
1493307Sobrien.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
1568546SbennoSUBDIR+=		ofw
1668546Sbenno.endif
1768546Sbenno
18125117Sschweikh# Pick the machine-dependent subdir based on the target architecture.
19125556SruSUBDIR+=		${MACHINE:S/amd64/i386/}
2040843Smsmith
2149192Sse# Build ARC / AlphaBIOS executable on the Alpha
22125117Sschweikh# (this is a WIP (work in progress)).
2374798Sobrien#.if ${MACHINE_ARCH} == "alpha"
2474798Sobrien#SUBDIR+=		arc
2574798Sobrien#.endif
2649192Sse
2738465Smsmith.include <bsd.subdir.mk>
28