summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-16 02:04:13 +0000
committerngie <ngie@FreeBSD.org>2017-03-16 02:04:13 +0000
commit1081df0b9dfc3c7c1ab2c155dd2d63e661cb0c06 (patch)
tree86abc84b374d6ee2deda240566aac40f27c55ce3 /tools
parent48fe6af21e980bd138851c30613334c68f655f23 (diff)
downloadFreeBSD-src-1081df0b9dfc3c7c1ab2c155dd2d63e661cb0c06.zip
FreeBSD-src-1081df0b9dfc3c7c1ab2c155dd2d63e661cb0c06.tar.gz
MFC r315113:
Conditionally compile [additional] programs into rescue(8) if requested Trivial oversight missed in r314240 cleanup because I enable these knobs on my test machines. MK_INET6_SUPPORT - rtsol MK_NETCAT - nc
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 2559b83..247942a 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -3187,6 +3187,7 @@ OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
.if ${MK_INET6_SUPPORT} == no
OLD_FILES+=rescue/ping6
+OLD_FILES+=rescue/rtsol
.endif
.if ${MK_INETD} == no
@@ -6316,6 +6317,7 @@ OLD_FILES+=usr/share/misc/windrv_stub.c
.endif
.if ${MK_NETCAT} == no
+OLD_FILES+=rescue/nc
OLD_FILES+=usr/bin/nc
OLD_FILES+=usr/share/man/man1/nc.1.gz
.endif
OpenPOWER on IntegriCloud