mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
9 lines
143 B
Makefile
9 lines
143 B
Makefile
|
|
.include <bsd.init.mk>
|
|
|
|
SUBDIR.yes= test
|
|
SUBDIR.${MK_FORTH}+= userboot_4th
|
|
SUBDIR.${MK_LOADER_LUA}+= userboot_lua
|
|
|
|
.include <bsd.subdir.mk>
|
|
|