aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-09-23 02:08:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-10-04 09:38:27 +0000
commit19deec3b30ca6add3ef3f7414e163c72d8f5b966 (patch)
tree714e0845b372501d63ac1992173c227479f7a2ec
parentcbc83e378a7ee8f8aea9811906a2786a8f3bdeb3 (diff)
downloadsrc-19deec3b30ca6add3ef3f7414e163c72d8f5b966.tar.gz
src-19deec3b30ca6add3ef3f7414e163c72d8f5b966.zip
bsdinstall: reduce overlinking
both distextract and distfetch does not directly use ncurses, or figpart, drop their direct link to those libs
-rw-r--r--usr.sbin/bsdinstall/distextract/Makefile2
-rw-r--r--usr.sbin/bsdinstall/distfetch/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsdinstall/distextract/Makefile b/usr.sbin/bsdinstall/distextract/Makefile
index 908a60c6594a..2b7180e28ea0 100644
--- a/usr.sbin/bsdinstall/distextract/Makefile
+++ b/usr.sbin/bsdinstall/distextract/Makefile
@@ -2,7 +2,7 @@
BINDIR= ${LIBEXECDIR}/bsdinstall
PROG= distextract
-LIBADD= archive dpv figpar ncursesw dialog m
+LIBADD= archive dpv dialog m
MAN=
diff --git a/usr.sbin/bsdinstall/distfetch/Makefile b/usr.sbin/bsdinstall/distfetch/Makefile
index 044b83a8a1a0..70ecb381d485 100644
--- a/usr.sbin/bsdinstall/distfetch/Makefile
+++ b/usr.sbin/bsdinstall/distfetch/Makefile
@@ -2,7 +2,7 @@
BINDIR= ${LIBEXECDIR}/bsdinstall
PROG= distfetch
-LIBADD= fetch ncursesw dialog m
+LIBADD= fetch dialog m
MAN=