summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-05 09:59:18 +0000
committerngie <ngie@FreeBSD.org>2015-02-05 09:59:18 +0000
commit4b0ec0fcb80978afa6204774c050559d41d5b547 (patch)
tree311f89ea367a7d80321a0152989839eafb427378 /tools/build
parent87b6a908d9fb306c05e9686d5d74e08c995143c9 (diff)
downloadFreeBSD-src-4b0ec0fcb80978afa6204774c050559d41d5b547.zip
FreeBSD-src-4b0ec0fcb80978afa6204774c050559d41d5b547.tar.gz
MFC r277740,r278053:
r277740: Honor MK_WIRELESS with etc/rc.d/hostapd and etc/rc.d/wpa_supplicant Sponsored by: EMC / Isilon Storage Division r278053: Remove hostapd and wpa_supplicant from FILES so they're installed conditionally if MK_WIRELESS != no
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 968f60d..536617f 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -4758,6 +4758,8 @@ OLD_FILES+=usr/share/man/man8/utxrm.8.gz
.if ${MK_WIRELESS} == no
OLD_FILES+=etc/regdomain.xml
+OLD_FILES+=etc/rc.d/hostapd
+OLD_FILES+=etc/rc.d/wpa_supplicant
OLD_FILES+=usr/sbin/ancontrol
OLD_FILES+=usr/sbin/hostapd
OLD_FILES+=usr/sbin/hostapd_cli
OpenPOWER on IntegriCloud