mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Update dependencies for the loader variations used for each
architecture.
Reviewed by: sjg
Differential Revision: https://reviews.freebsd.org/D39741
(cherry picked from commit 2008043f38)
7 lines
144 B
Makefile
7 lines
144 B
Makefile
# options that impact our dependencies
|
|
DIRDEPS_OPTIONS = LOADER_LUA
|
|
|
|
DIRDEPS.LOADER_LUA.yes += \
|
|
stand/liblua \
|
|
|
|
.include <dirdeps-options.mk>
|