mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -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)
9 lines
146 B
Makefile
9 lines
146 B
Makefile
DIRDEPS_OPTIONS = FORTH LOADER_LUA
|
|
|
|
DIRDEPS.FORTH.yes += \
|
|
stand/ficl \
|
|
|
|
DIRDEPS.LOADER_LUA.yes += \
|
|
stand/lua \
|
|
|
|
.include <dirdeps-options.mk>
|