freebsd-src/sbin/ping
Ed Maste a4ef9e58bc sbin: build ping if at least one of INET & INET6 is enabled
It does not build (and serves no purpose) if neither is true (i.e.,
building WITHOUT_INET and WITHOUT_INET6).  Also add an explicit error
in ping to make this case clear.

PR:		260082
Sponsored by:	The FreeBSD Foundation
2021-11-28 13:05:39 -05:00
..
tests ping: fix parsing of options including '4' and '6' 2021-10-20 18:05:43 -06:00
main.c sbin: build ping if at least one of INET & INET6 is enabled 2021-11-28 13:05:39 -05:00
main.h ping: fix parsing of options including '4' and '6' 2021-10-20 18:05:43 -06:00
Makefile
Makefile.depend
Makefile.depend.options
ping.8
ping.c ping: fix parsing of options including '4' and '6' 2021-10-20 18:05:43 -06:00
ping.h
ping6.c ping: fix parsing of options including '4' and '6' 2021-10-20 18:05:43 -06:00
ping6.h
utils.c
utils.h