xref: /dflybsd-src/lib/libncurses/libpanel/Makefile (revision 4620ab975c6c059936a9206dccb3fc51b9d14ad3)
1# Build standard version of panel
2LIB=	private_panel
3PRIVATELIB=
4
5SHLIBDIR?=	/lib
6
7ZPANEL=	yes
8
9INCS=		panel.h
10INCSDIR=	${INCLUDEDIR}/priv/ncurses
11
12.include "${.CURDIR}/../Makefile.sources"
13.include <bsd.lib.mk>
14