Makefile revision 53181
153152Smarcel# $FreeBSD: head/sys/boot/Makefile 53181 1999-11-15 08:31:14Z marcel $
253152Smarcel
340843Smsmith# Build the add-in FORTH interpreter
440843SmsmithSUBDIR+=		ficl
538465Smsmith
640843Smsmith# Pick the machine-dependant subdir based on the target architecture.
753181Smarcel# XXX pc98 is basicly a special i386 with MACHINE_ARCH=i386 and MACHINE=pc98.
853181Smarcel.if ${MACHINE_ARCH} == "i386" && ${MACHINE} == "pc98"
953181SmarcelSUBDIR+=		${MACHINE}
1053181Smarcel.else
1153152SmarcelSUBDIR+=		${MACHINE_ARCH}
1253181Smarcel.endif
1340843Smsmith
1449192Sse# Build ARC / AlphaBIOS executable on the Alpha
1553152Smarcel.if ${MACHINE_ARCH} == "alpha"
1649192SseSUBDIR+=		arc
1749192Sse.endif
1849192Sse
1938465Smsmith.include <bsd.subdir.mk>
20