diff options
author | ngie <ngie@FreeBSD.org> | 2017-03-16 02:02:33 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-03-16 02:02:33 +0000 |
commit | eb1d1203167358797c8f613f0847913341065f48 (patch) | |
tree | a0d38791ad85247caa2acd2becf17e24f8a57c2f /tools | |
parent | d84fbbe9a0f89d9dd2a60d64210d1e90fa51dad7 (diff) | |
download | FreeBSD-src-eb1d1203167358797c8f613f0847913341065f48.zip FreeBSD-src-eb1d1203167358797c8f613f0847913341065f48.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.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index c866f94..c79d2f2 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -2487,6 +2487,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_INFO} == no @@ -3887,6 +3888,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 |