1 2 3 4 5 6 7
# Build the add-in FORTH interpreter SUBDIR+= ficl # Pick the machine-dependant subdir based on the target architecture. SUBDIR+= ${MACHINE} .include <bsd.subdir.mk>