]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - lib/ncurses/Makefile
Update releng/10.1 to -RC4 as part of the 10.1-RELEASE cycle.
[FreeBSD/releng/10.1.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 .include <bsd.subdir.mk>