Date: Thu, 17 Oct 2013 05:20:41 +0000 (UTC) From: Andrey Zonov <zont@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r256663 - head/tools/build/mk Message-ID: <201310170520.r9H5Kfb1039697@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zont Date: Thu Oct 17 05:20:40 2013 New Revision: 256663 URL: http://svnweb.freebsd.org/changeset/base/256663 Log: wlconfig exists only on i386 Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc ============================================================================== --- head/tools/build/mk/OptionalObsoleteFiles.inc Thu Oct 17 04:51:28 2013 (r256662) +++ head/tools/build/mk/OptionalObsoleteFiles.inc Thu Oct 17 05:20:40 2013 (r256663) @@ -4168,7 +4168,9 @@ OLD_FILES+=usr/sbin/hostapd OLD_FILES+=usr/sbin/hostapd_cli OLD_FILES+=usr/sbin/ndis_events OLD_FILES+=usr/sbin/wlandebug +.if ${TARGET_ARCH} == "i386" OLD_FILES+=usr/sbin/wlconfig +.endif OLD_FILES+=usr/sbin/wpa_cli OLD_FILES+=usr/sbin/wpa_passphrase OLD_FILES+=usr/sbin/wpa_supplicant @@ -4182,7 +4184,9 @@ OLD_FILES+=usr/share/man/man5/wpa_suppli OLD_FILES+=usr/share/man/man8/ancontrol.8.gz OLD_FILES+=usr/share/man/man8/hostapd.8.gz OLD_FILES+=usr/share/man/man8/hostapd_cli.8.gz +.if ${TARGET_ARCH} == "i386" OLD_FILES+=usr/share/man/man8/i386/wlconfig.8.gz +.endif OLD_FILES+=usr/share/man/man8/ndis_events.8.gz OLD_FILES+=usr/share/man/man8/wlandebug.8.gz OLD_FILES+=usr/share/man/man8/wpa_cli.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310170520.r9H5Kfb1039697>