2007-01-20 07:46:45 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-05-15 16:44:25 +00:00
|
|
|
SUBDIR= ncurses form menu panel \
|
|
|
|
ncursesw formw menuw panelw
|
2007-01-20 07:46:45 +00:00
|
|
|
|
2014-12-27 21:11:42 +00:00
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
|
|
|
|
.for subdir in ${SUBDIR:Nncurses*:N*w}
|
|
|
|
SUBDIR_DEPEND_${subdir}= ncurses
|
|
|
|
SUBDIR_DEPEND_${subdir}w= ncursesw
|
|
|
|
.endfor
|
|
|
|
|
2007-01-20 07:46:45 +00:00
|
|
|
.include <bsd.subdir.mk>
|