xref: /freebsd/stand/efi/loader/Makefile.depend.options (revision d9a9f23d0b3f1676d5656b76301341c0037d15b7)
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