]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/ncurses/Makefile
MFC r261296:
[FreeBSD/stable/10.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>