xref: /freebsd/stand/efi/loader/Makefile.depend.options (revision 53c768e6836a32c8dcd0b0b422a169ef7a82a3ab)
1# options that impact our dependencies
2DIRDEPS_OPTIONS = LOADER_LUA
3
4DIRDEPS.LOADER_LUA.yes += \
5	stand/liblua \
6
7.include <dirdeps-options.mk>
8