aboutsummaryrefslogtreecommitdiff
path: root/lib/ncurses/Makefile
blob: 8184cf176beaca3dede74551396975e6c9b12b0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10

SUBDIR=	ncurses form menu panel

SUBDIR_PARALLEL=

.for subdir in ${SUBDIR:Nncurses*}
SUBDIR_DEPEND_${subdir}=	ncurses
.endfor

.include <bsd.subdir.mk>