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:
parent
cbc83e378a
commit
19deec3b30
@ -2,7 +2,7 @@
|
||||
|
||||
BINDIR= ${LIBEXECDIR}/bsdinstall
|
||||
PROG= distextract
|
||||
LIBADD= archive dpv figpar ncursesw dialog m
|
||||
LIBADD= archive dpv dialog m
|
||||
|
||||
MAN=
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
BINDIR= ${LIBEXECDIR}/bsdinstall
|
||||
PROG= distfetch
|
||||
LIBADD= fetch ncursesw dialog m
|
||||
LIBADD= fetch dialog m
|
||||
|
||||
MAN=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user