mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
10 lines
156 B
Makefile
10 lines
156 B
Makefile
|
|
SUBDIR= tinfo ncurses form menu panel
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.for subdir in ${SUBDIR:Ntinfo*}
|
|
SUBDIR_DEPEND_${subdir}= tinfo
|
|
.endfor
|
|
|
|
.include <bsd.subdir.mk>
|