freebsd-dev/lib/ncurses/Makefile
Baptiste Daroussin 396851c20a ncurses: split libtinfo from libncurses
many external program expects libncurses to not be provided as a single
library. Instead of fixing all ports, distribute ncurses the way
upstream distributes it

Turn libncursesw.so into a ldscript which will link automatically as
needed to libtinfow so so this change is seamless at compile time.

Differential Revision:	https://reviews.freebsd.org/D32098
2021-10-04 11:38:21 +02:00

12 lines
168 B
Makefile

# $FreeBSD$
SUBDIR= tinfo ncurses form menu panel
SUBDIR_PARALLEL=
.for subdir in ${SUBDIR:Ntinfo*}
SUBDIR_DEPEND_${subdir}= tinfo
.endfor
.include <bsd.subdir.mk>