# $FreeBSD: stable/4/sys/boot/Makefile 100243 2002-07-17 14:23:14Z ru $

# Build the add-in FORTH interpreter
SUBDIR+=		ficl

# Pick the machine-dependant subdir based on the target architecture.
SUBDIR+=		${MACHINE}

# Build ARC / AlphaBIOS executable on the Alpha
.if ${MACHINE_ARCH} == "alpha"
SUBDIR+=		arc
.endif

.include <bsd.subdir.mk>
