Makefile revision 53152
153152Smarcel# $FreeBSD: head/sys/boot/Makefile 53152 1999-11-14 13:54:44Z marcel $
253152Smarcel
340843Smsmith# Build the add-in FORTH interpreter
440843SmsmithSUBDIR+=		ficl
538465Smsmith
640843Smsmith# Pick the machine-dependant subdir based on the target architecture.
753152SmarcelSUBDIR+=		${MACHINE_ARCH}
840843Smsmith
949192Sse# Build ARC / AlphaBIOS executable on the Alpha
1053152Smarcel.if ${MACHINE_ARCH} == "alpha"
1149192SseSUBDIR+=		arc
1249192Sse.endif
1349192Sse
1438465Smsmith.include <bsd.subdir.mk>
15