Upgrade liblzma and xz(1). 1/2
[dragonfly.git] / lib / libncurses / libtic / Makefile
1 # Build special version of ncurses for tic(1)
2 LIB=    tic
3
4 # keep at low warns, hostlib
5 WARNS=  1
6
7 ZTIC=   yes
8 CFLAGS+=        -DDRAGONFLY_NATIVE
9
10 ENABLE_WIDEC=   yes
11
12 afterdepend: libtic.na
13
14 # this lib is used in place, it is not installed anywhere
15 install:
16
17 .include "${.CURDIR}/../Makefile.sources"
18 .include <bsd.hostlib.mk>