mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
14 lines
236 B
Makefile
14 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>
|