Merge branch 'vendor/BMAKE'
[dragonfly.git] / lib / libncurses / Makefile
1 SUBDIR= libncurses \
2         libpanel \
3         libncursesw \
4         libpanelw
5
6 # only needed to build share/terminfo
7 .if defined(NO_SHARE)
8 SUBDIR_ORDERED=
9 .else
10 SUBDIR+=        libtic tic_next
11 SUBDIR_ORDERED= libtic tic_next
12 .endif
13
14 .include <bsd.subdir.mk>