]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/ncurses/Makefile
Merge branch 'releng/13.1' into releng-CDN/13.1
[FreeBSD/FreeBSD.git] / lib / ncurses / Makefile
1 # $FreeBSD$
2
3 SUBDIR= ncurses form menu panel
4
5 SUBDIR_PARALLEL=
6
7 .for subdir in ${SUBDIR:Nncurses*}
8 SUBDIR_DEPEND_${subdir}=        ncurses
9 .endfor
10
11 .include <bsd.subdir.mk>