bc0e66d441
MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D1353
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>
|