Merge branch 'vendor/OPENBSD_LIBM'
[dragonfly.git] / lib / libncurses / libpanel / Makefile
1 # Build standard version of panel
2 LIB=    private_panel
3 PRIVATELIB=
4
5 SHLIBDIR?=      /lib
6
7 ZPANEL= yes
8
9 INCS=           panel.h
10 INCSDIR=        ${INCLUDEDIR}/priv/ncurses
11
12 .include "${.CURDIR}/../Makefile.sources"
13 .include <bsd.lib.mk>