]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
rescue: include ping iff at least one of INET & INET6 is enabled
authorEd Maste <emaste@FreeBSD.org>
Fri, 31 Dec 2021 01:11:31 +0000 (20:11 -0500)
committerEd Maste <emaste@FreeBSD.org>
Sun, 24 Sep 2023 15:48:33 +0000 (11:48 -0400)
commitdb9863a7975ddc22609c07e7273790c852efd8b6
treec5ca224bdd9893124583039acc88357e801ab40a
parent4db19116010707158f2ff5c74cf73a0a5378f5df
rescue: include ping iff at least one of INET & INET6 is enabled

Ping does not build (and serves no purpose) if neither is enabled
(i.e., building WITHOUT_INET and WITHOUT_INET6).

This is equvalent to a4ef9e58bc0c but for rescue/.

PR: 260082
Fixes: a4ef9e58bc0c ("sbin: build ping if at least one of...")
Sponsored by: The FreeBSD Foundation

(cherry picked from commit daf481f3d508e7497b456e8df7db17c90b623ee0)
rescue/rescue/Makefile