Makefile revision 156813
153152Smarcel# $FreeBSD: head/sys/boot/Makefile 156813 2006-03-17 18:54:44Z ru $
253152Smarcel
3156813Sru.include <bsd.own.mk>
4156813Sru
5156813Sru.if ${MK_FORTH} != "no"
6125117Sschweikh# Build the add-in FORTH interpreter.
740843SmsmithSUBDIR+=		ficl
8110783Sbenno.endif
938465Smsmith
10138001Smarcel# Build EFI library.
11138001Smarcel.if ${MACHINE_ARCH} == "ia64"
12138001SmarcelSUBDIR+=		efi
13138001Smarcel.endif
14138001Smarcel
15133862Smarius# Build Open Firmware library.
1693307Sobrien.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
1768546SbennoSUBDIR+=		ofw
1868546Sbenno.endif
1968546Sbenno
20125117Sschweikh# Pick the machine-dependent subdir based on the target architecture.
21125556SruSUBDIR+=		${MACHINE:S/amd64/i386/}
2240843Smsmith
2349192Sse# Build ARC / AlphaBIOS executable on the Alpha
24125117Sschweikh# (this is a WIP (work in progress)).
2574798Sobrien#.if ${MACHINE_ARCH} == "alpha"
2674798Sobrien#SUBDIR+=		arc
2774798Sobrien#.endif
2849192Sse
2938465Smsmith.include <bsd.subdir.mk>
30