diff options
author | bapt <bapt@FreeBSD.org> | 2015-12-24 11:30:29 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-12-24 11:30:29 +0000 |
commit | f4fa2c57db1623f7eba1acb8c379ed788d1f14bf (patch) | |
tree | 7c8462b52d7648b6f52c823957aeab51be781d0a /sbin/ifconfig | |
parent | 5badcaaa0f325d543c4a79c30c6c91b0e88163fd (diff) | |
download | FreeBSD-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/ifconfig')
-rw-r--r-- | sbin/ifconfig/Makefile | 2 |
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 # ... |