2007-01-20 07:46:45 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2021-01-04 16:29:40 +00:00
|
|
|
SUBDIR= ncurses form menu panel
|
2007-01-20 07:46:45 +00:00
|
|
|
|
2014-12-27 21:11:42 +00:00
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
|
2021-01-04 16:29:40 +00:00
|
|
|
.for subdir in ${SUBDIR:Nncurses*}
|
2014-12-27 21:11:42 +00:00
|
|
|
SUBDIR_DEPEND_${subdir}= ncurses
|
|
|
|
.endfor
|
|
|
|
|
2007-01-20 07:46:45 +00:00
|
|
|
.include <bsd.subdir.mk>
|