Makefile revision 262643
1# $FreeBSD: stable/10/lib/ncurses/Makefile 262643 2014-03-01 03:09:16Z brooks $
2
3.include <bsd.own.mk>
4
5SUBDIR=	ncurses form menu panel
6
7.if ${MK_NCURSESW} != "no"
8SUBDIR+=	ncursesw formw menuw panelw
9.endif
10
11.include <bsd.subdir.mk>
12