aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-12-24 11:30:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-12-24 11:30:29 +0000
commit1921045de049e3e3ccf968c5a7b7b8871644cb36 (patch)
tree7c8462b52d7648b6f52c823957aeab51be781d0a /sbin/ifconfig
parent2245b38f736f9e77d140cff716f612d1e7cbc3ae (diff)
downloadsrc-1921045de049e3e3ccf968c5a7b7b8871644cb36.tar.gz
src-1921045de049e3e3ccf968c5a7b7b8871644cb36.zip
Reduce overlinking
ifconfig does not need libbsdxml and libsbuf only lib80211 needs it
Notes
Notes: svn path=/head/; revision=292684
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r--sbin/ifconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile
index ed9c20535672..b5616a4626a5 100644
--- a/sbin/ifconfig/Makefile
+++ b/sbin/ifconfig/Makefile
@@ -38,7 +38,7 @@ SRCS+= sfp.c # SFP/SFP+ information
LIBADD+= m
SRCS+= ifieee80211.c # SIOC[GS]IEEE80211 support
-LIBADD+= bsdxml sbuf 80211
+LIBADD+= 80211
SRCS+= carp.c # SIOC[GS]VH support
SRCS+= ifgroup.c # ...