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