summaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2020-11-26 04:29:30 +0000
committerAlan Somers <asomers@FreeBSD.org>2020-11-26 04:29:30 +0000
commit3cde9171d2d50852ab782e90acf734f416246e86 (patch)
tree0d4e70ec68ec4ba273dfc9081f85959963620917 /rescue
parentb05f17a12fc58914e0a5b17f90331627b600432d (diff)
downloadsrc-test-3cde9171d2d50852ab782e90acf734f416246e86.tar.gz
src-test-3cde9171d2d50852ab782e90acf734f416246e86.zip
Merge ping6 to ping
There is now a single ping binary, which chooses to use ICMP or ICMPv4 based on the -4 and -6 options, and the format of the address. Submitted by: Ján Sučan <sucanjan@gmail.com> Sponsored by: Google LLC (Google Summer of Code 2019) MFC after: Never Differential Revision: https://reviews.freebsd.org/D21377
Notes
Notes: svn path=/head/; revision=368045
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index f1d563d5c8fd3..ae828a020e2a3 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -103,7 +103,6 @@ CRUNCH_PROGS_sbin+= ccdconfig
.endif
.if ${MK_INET6_SUPPORT} != "no"
-CRUNCH_PROGS_sbin+= ping6
CRUNCH_PROGS_sbin+= rtsol
.endif