mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
13 lines
236 B
Makefile
13 lines
236 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= ncurses form menu panel \
|
|
ncursesw formw menuw panelw
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.for subdir in ${SUBDIR:Nncurses*:N*w}
|
|
SUBDIR_DEPEND_${subdir}= ncurses
|
|
SUBDIR_DEPEND_${subdir}w= ncursesw
|
|
.endfor
|
|
|
|
.include <bsd.subdir.mk>
|