# $FreeBSD: head/sys/boot/Makefile 53152 1999-11-14 13:54:44Z marcel $ # Build the add-in FORTH interpreter SUBDIR+= ficl # Pick the machine-dependant subdir based on the target architecture. SUBDIR+= ${MACHINE_ARCH} # Build ARC / AlphaBIOS executable on the Alpha .if ${MACHINE_ARCH} == "alpha" SUBDIR+= arc .endif .include