xref: /freebsd/stand/i386/loader/Makefile.depend.options (revision 55141f2c8991b2a6adbf30bb0fe3e6cbc303f06d)
1DIRDEPS_OPTIONS = FORTH LOADER_LUA
2
3DIRDEPS.FORTH.yes += \
4	stand/ficl \
5
6DIRDEPS.LOADER_LUA.yes += \
7	stand/liblua \
8	stand/lua \
9
10.include <dirdeps-options.mk>
11