mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
16 lines
246 B
Makefile
16 lines
246 B
Makefile
|
|
NO_OBJ=t
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
SUBDIR.yes+= libefi
|
|
SUBDIR.${MK_FDT}+= fdt
|
|
SUBDIR.yes+= .WAIT
|
|
|
|
SUBDIR.yes+= boot1 gptboot
|
|
|
|
SUBDIR.${MK_FORTH}+= loader_4th
|
|
SUBDIR.${MK_LOADER_LUA}+= loader_lua
|
|
SUBDIR.yes+= loader_simp
|
|
|
|
.include <bsd.subdir.mk>
|