summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-12-24 11:30:29 +0000
committerbapt <bapt@FreeBSD.org>2015-12-24 11:30:29 +0000
commitf4fa2c57db1623f7eba1acb8c379ed788d1f14bf (patch)
tree7c8462b52d7648b6f52c823957aeab51be781d0a /sbin
parent5badcaaa0f325d543c4a79c30c6c91b0e88163fd (diff)
downloadFreeBSD-src-f4fa2c57db1623f7eba1acb8c379ed788d1f14bf.zip
FreeBSD-src-f4fa2c57db1623f7eba1acb8c379ed788d1f14bf.tar.gz
Reduce overlinking
ifconfig does not need libbsdxml and libsbuf only lib80211 needs it
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ifconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile
index ed9c205..b5616a4 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 # ...
OpenPOWER on IntegriCloud