xref: /dflybsd-src/lib/libncurses/libpanelw/Makefile (revision 9b451600a7d7bc651e9e11619a084598ddf38696)
1# Build wide version of panel
2LIB=	private_panelw
3PRIVATELIB=
4
5SHLIBDIR?=	/lib
6
7ZPANEL=	yes
8
9ENABLE_WIDEC=	yes
10
11.include "${.CURDIR}/../Makefile.sources"
12.include <bsd.lib.mk>
13