bsdinstall: reduce overlinking

both distextract and distfetch does not directly use ncurses,
or figpart, drop their direct link to those libs
This commit is contained in:
Baptiste Daroussin 2021-09-23 04:08:08 +02:00
parent cbc83e378a
commit 19deec3b30
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
BINDIR= ${LIBEXECDIR}/bsdinstall
PROG= distextract
LIBADD= archive dpv figpar ncursesw dialog m
LIBADD= archive dpv dialog m
MAN=

View File

@ -2,7 +2,7 @@
BINDIR= ${LIBEXECDIR}/bsdinstall
PROG= distfetch
LIBADD= fetch ncursesw dialog m
LIBADD= fetch dialog m
MAN=