summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-16 01:58:09 +0000
committerngie <ngie@FreeBSD.org>2017-03-16 01:58:09 +0000
commitb6765bcaa8ce805cd89eb94e2803b5e74ea46bd8 (patch)
tree8f040ff8ebbe6695cb1b54b490a056bc63690bad /tools
parent99cfb8d1aff7d2a38e640d5c137ff801a1d42af0 (diff)
downloadFreeBSD-src-b6765bcaa8ce805cd89eb94e2803b5e74ea46bd8.zip
FreeBSD-src-b6765bcaa8ce805cd89eb94e2803b5e74ea46bd8.tar.gz
MFC r315111:
Remove /rescue/iscsictl and /rescue/iscsid if MK_ISCSI == no
Diffstat (limited to 'tools')
-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 410e71c..c866f94 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -2616,6 +2616,8 @@ OLD_FILES+=usr/share/man/man8/IPXrouted.8.gz
.if ${MK_ISCSI} == no
OLD_FILES+=etc/rc.d/iscsictl
OLD_FILES+=etc/rc.d/iscsid
+OLD_FILES+=rescue/iscsictl
+OLD_FILES+=rescue/iscsid
OLD_FILES+=sbin/iscontrol
OLD_FILES+=usr/bin/iscsictl
OLD_FILES+=usr/sbin/iscsid
OpenPOWER on IntegriCloud