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