Author: bapt Date: Thu Dec 24 11:30:29 2015 New Revision: 292684 URL: https://svnweb.freebsd.org/changeset/base/292684
Log: Reduce overlinking ifconfig does not need libbsdxml and libsbuf only lib80211 needs it Modified: head/sbin/ifconfig/Makefile Modified: head/sbin/ifconfig/Makefile ============================================================================== --- head/sbin/ifconfig/Makefile Thu Dec 24 09:40:29 2015 (r292683) +++ head/sbin/ifconfig/Makefile Thu Dec 24 11:30:29 2015 (r292684) @@ -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 # ... _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
