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