aboutsummaryrefslogblamecommitdiff
path: root/lib/ncurses/Makefile
blob: 822905f44dcc74ad901849c1019c39c8df9d7d32 (plain) (tree)
1
2
3
4
5
6
7
8
9

           
                      





                                           

                        
# $FreeBSD$

.include <src.opts.mk>

SUBDIR=	ncurses form menu panel

.if ${MK_NCURSESW} != "no"
SUBDIR+=	ncursesw formw menuw panelw
.endif

.include <bsd.subdir.mk>