Re: svn commit: r344748 - head/sbin/ifconfig

2019-03-03 Thread Rodney W. Grimes
> Author: avos > Date: Mon Mar 4 03:47:06 2019 > New Revision: 344748 > URL: https://svnweb.freebsd.org/changeset/base/344748 > > Log: > Allow to build ifconfig(8) without wireless support > > The change removes SIOC[GS]IEEE80211 handling from ifconfig(8) > if WITHOUT_WIRELESS_SUPPORT=ye

svn commit: r344748 - head/sbin/ifconfig

2019-03-03 Thread Andriy Voskoboinyk
Author: avos Date: Mon Mar 4 03:47:06 2019 New Revision: 344748 URL: https://svnweb.freebsd.org/changeset/base/344748 Log: Allow to build ifconfig(8) without wireless support The change removes SIOC[GS]IEEE80211 handling from ifconfig(8) if WITHOUT_WIRELESS_SUPPORT=yes is set in src.conf