xref: /dflybsd-src/lib/libncurses/libncursesw/Makefile (revision a0f7baaf35ae3d6e36ae601060c750a4a4f4a13b)
1# Build wide version of ncurses
2LIB=	private_ncursesw
3PRIVATELIB=
4
5SHLIBDIR?=	/lib
6
7ZNCURSES=	yes
8ZTRACE=		yes
9CFLAGS+=	-DTRACE
10CFLAGS+=	-DDRAGONFLY_NATIVE
11
12INCS=		${HEADERS} ${SRCHDRS}
13INCSDIR=	${INCLUDEDIR}/priv/ncurses
14INCSLINKS=	curses.h ${INCLUDEDIR}/priv/ncurses/ncurses.h
15
16ENABLE_WIDEC=	yes
17
18.include "${.CURDIR}/../Makefile.sources"
19.include <bsd.lib.mk>
20