]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/ncurses/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / ncurses / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= ncurses form menu panel
6
7 .if ${MK_NCURSESW} != "no"
8 SUBDIR+=        ncursesw formw menuw panelw
9 .endif
10
11 SUBDIR_PARALLEL=
12
13 .for subdir in ${SUBDIR:Nncurses*:N*w}
14 SUBDIR_DEPEND_${subdir}=        ncurses
15 SUBDIR_DEPEND_${subdir}w=       ncursesw
16 .endfor
17
18 .include <bsd.subdir.mk>