mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
10 lines
136 B
Makefile
10 lines
136 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR=
|
|
SUBDIR.${MK_DIALOG}+= libdialog
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|