# 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} == "alpha" SUBDIR+= arc .endif .include