summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-12 04:12:41 +0000
committerngie <ngie@FreeBSD.org>2017-03-12 04:12:41 +0000
commitfb8a3dead798613fa08521ac374815bc80412eee (patch)
tree15b0341868adcc9d47b34335a0d6f3a91ac96b34 /tools
parente20302108fb14821aee3098d2e2e4fca4ea31214 (diff)
downloadFreeBSD-src-fb8a3dead798613fa08521ac374815bc80412eee.zip
FreeBSD-src-fb8a3dead798613fa08521ac374815bc80412eee.tar.gz
MFC r314240:
Conditionally compile certain programs into rescue(8) if requested MK_CCD - ccdconfig MK_ROUTED - routed, rtquery
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 1c8de9a..4cd05aa5 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -801,6 +801,7 @@ OLD_DIRS+=usr/tests/usr.bin/calendar
.if ${MK_CCD} == no
OLD_FILES+=etc/rc.d/ccd
+OLD_FILES+=rescue/ccdconfig
OLD_FILES+=sbin/ccdconfig
OLD_FILES+=usr/share/man/man4/ccd.4.gz
OLD_FILES+=usr/share/man/man8/ccdconfig.8.gz
@@ -4437,6 +4438,8 @@ OLD_DIRS+=usr/tests/usr.sbin/etcupdate
#.endif
.if ${MK_ROUTED} == no
+OLD_FILES+=rescue/routed
+OLD_FILES+=rescue/rtquery
OLD_FILES+=sbin/routed
OLD_FILES+=sbin/rtquery
OLD_FILES+=usr/share/man/man8/routed.8.gz
OpenPOWER on IntegriCloud