summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-16 01:58:06 +0000
committerngie <ngie@FreeBSD.org>2017-03-16 01:58:06 +0000
commit4ed03696251c589e514c1e751776be860a30b327 (patch)
treefd9a89394b5783dbf1f2a0fb306cc3fc85f98fe3 /tools
parent588ea107bc273a61d40088755023c346ad22ee25 (diff)
downloadFreeBSD-src-4ed03696251c589e514c1e751776be860a30b327.zip
FreeBSD-src-4ed03696251c589e514c1e751776be860a30b327.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 0cf2398..2559b83 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -3293,6 +3293,8 @@ OLD_FILES+=usr/share/man/man8/natd.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