summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-05 10:21:21 +0000
committerngie <ngie@FreeBSD.org>2015-02-05 10:21:21 +0000
commitcf206fc8f2fb52ec7b32430b02caeca7cc9d4f22 (patch)
tree7be6c27bb7cff35dde133a4770839efe97b02a05 /tools/build
parent4b0ec0fcb80978afa6204774c050559d41d5b547 (diff)
downloadFreeBSD-src-cf206fc8f2fb52ec7b32430b02caeca7cc9d4f22.zip
FreeBSD-src-cf206fc8f2fb52ec7b32430b02caeca7cc9d4f22.tar.gz
MFC r270028:
r270028: Make the USB and ZFS devd configuration files optional depending on the values of MK_USB/MK_ZFS Making zfs.conf optional resolves PR # 186971 PR: 186971 Phabric: D606 Approved by: jmmv (mentor) Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 536617f..bdbf89e 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -511,6 +511,7 @@ OLD_DIRS+=usr/share/dtrace
OLD_FILES+=boot/gptzfsboot
OLD_FILES+=boot/zfsboot
OLD_FILES+=boot/zfsloader
+OLD_FILES+=etc/devd/zfs.conf
OLD_FILES+=etc/periodic/daily/404.status-zfs
OLD_FILES+=etc/periodic/daily/800.scrub-zfs
OLD_LIBS+=lib/libzfs.so.2
@@ -4732,9 +4733,10 @@ OLD_FILES+=usr/sbin/unbound-control
OLD_FILES+=usr/sbin/unbound-control-setup
.endif
-#.if ${MK_USB} == no
-# to be filled in
-#.endif
+.if ${MK_USB} == no
+OLD_FILES+=etc/devd/uauth.conf
+OLD_FILES+=etc/devd/usb.conf
+.endif
.if ${MK_UTMPX} == no
OLD_FILES+=etc/periodic/monthly/200.accounting
OpenPOWER on IntegriCloud