From 1921045de049e3e3ccf968c5a7b7b8871644cb36 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 24 Dec 2015 11:30:29 +0000 Subject: [PATCH] Reduce overlinking ifconfig does not need libbsdxml and libsbuf only lib80211 needs it --- sbin/ifconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index ed9c2053567..b5616a4626a 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 # ... -- 2.45.2