aboutsummaryrefslogtreecommitdiff
path: root/lib/ncurses/Makefile
blob: b363f6462204e5657b16c2d53123f7bb12091904 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.include <bsd.own.mk>

SUBDIR=	ncurses form menu panel

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

.include <bsd.subdir.mk>