1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5SUBDIR+= libsa 6.if ${MK_FORTH} != "no" 7# Build the add-in FORTH interpreter. 8SUBDIR+= ficl 9SUBDIR+= forth 10.endif 11.if ${MK_LOADER_LUA} != "no" 12SUBDIR+= liblua 13SUBDIR+= lua 14.endif 15 16SUBDIR+= defaults 17SUBDIR+= man 18 19.include <bsd.arch.inc.mk> 20 21.if exists(${.CURDIR}/${MACHINE}/.) 22SUBDIR+= ${MACHINE} 23.endif 24 25.include <bsd.subdir.mk> 26