ncurses: Privatize the last public header.
[dragonfly.git] / lib / libncurses / libpanel / Makefile
blob0ce75be0c5a444c9033fb987c805a0c04e97b988
1 # Build standard version of panel
2 LIB= private_panel
3 PRIVATELIB=
5 SHLIBDIR?= /lib
7 ZPANEL= yes
9 INCS= panel.h
10 INCSDIR= ${INCLUDEDIR}/priv/ncurses
12 .include "${.CURDIR}/../Makefile.sources"
13 .include <bsd.lib.mk>