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