summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-12 04:12:22 +0000
committerngie <ngie@FreeBSD.org>2017-03-12 04:12:22 +0000
commitd9c2abff9ad40454856397624bca7f2080847d7f (patch)
treebb6a6055b571541d71d7ff27b9b66b01fc60ce2a /tools
parentc79189903df2c5c3793668d2d4f066e318e4c569 (diff)
downloadFreeBSD-src-d9c2abff9ad40454856397624bca7f2080847d7f.zip
FreeBSD-src-d9c2abff9ad40454856397624bca7f2080847d7f.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 f1d8a8c..27dd92f 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1201,6 +1201,7 @@ OLD_FILES+=usr/share/man/man8/casperd.8.gz
.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
@@ -7130,6 +7131,8 @@ OLD_FILES+=usr/share/man/man5/rcsfile.5.gz
#.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