2001-06-09 16:49:51 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2018-02-26 03:16:04 +00:00
|
|
|
NO_OBJ=t
|
|
|
|
|
2017-11-06 15:22:17 +00:00
|
|
|
.include <bsd.init.mk>
|
2015-04-05 18:37:39 +00:00
|
|
|
|
2018-03-01 19:59:49 +00:00
|
|
|
SUBDIR.${MK_FDT}+= fdt
|
2019-06-08 19:02:17 +00:00
|
|
|
SUBDIR.yes+= libefi boot1 gptboot
|
2018-08-14 18:44:41 +00:00
|
|
|
SUBDIR.${MK_FORTH}+= loader_4th
|
|
|
|
SUBDIR.${MK_LOADER_LUA}+= loader_lua
|
|
|
|
SUBDIR.yes+= loader_simp
|
2015-04-01 08:30:40 +00:00
|
|
|
|
2001-06-09 16:49:51 +00:00
|
|
|
.include <bsd.subdir.mk>
|