Merge branch 'vendor/TNFTP'
[dragonfly.git] / lib / libncurses / libncurses / Makefile
1 # Build standard version of ncurses
2 LIB?=   private_ncurses
3 PRIVATELIB=
4
5 SHLIBDIR?=      /lib
6
7 ZNCURSES=       yes
8 ZTRACE=         yes
9 CFLAGS+=        -DTRACE
10 CFLAGS+=        -DDRAGONFLY_NATIVE
11
12 .include "${.CURDIR}/../Makefile.sources"
13 .include <bsd.lib.mk>