mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
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
11 lines
168 B
Makefile
11 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>
|