Date: Thu, 24 Dec 2015 11:30:29 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r292684 - head/sbin/ifconfig Message-ID: <201512241130.tBOBUTOg025745@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 # ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512241130.tBOBUTOg025745>