xref: /freebsd/stand/userboot/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.include <bsd.init.mk>
2
3SUBDIR.yes=		test
4SUBDIR.${MK_FORTH}+= userboot_4th
5SUBDIR.${MK_LOADER_LUA}+= userboot_lua
6
7.include <bsd.subdir.mk>
8
9