freebsd-dev/sbin/ping
Alan Somers fd26389be7 ping: allow building without INET support
Building without INET6 support was already possible. Now it's possible to
build ping with only INET6, or even with neither INET nor INET6.

Reported by:	bz
Reviewed by:	bz
MFC-With:	368045
Differential Revision:	https://reviews.freebsd.org/D27394
2020-11-28 23:24:19 +00:00
..
tests ping: add a ping6 hard link for backwards compatibility 2020-11-26 18:33:04 +00:00
main.c ping: allow building without INET support 2020-11-28 23:24:19 +00:00
main.h Merge ping6 to ping 2020-11-26 04:29:30 +00:00
Makefile ping: allow building without INET support 2020-11-28 23:24:19 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
ping6.c Merge ping6 to ping 2020-11-26 04:29:30 +00:00
ping6.h Merge ping6 to ping 2020-11-26 04:29:30 +00:00
ping.8 ping: add a ping6 hard link for backwards compatibility 2020-11-26 18:33:04 +00:00
ping.c Merge ping6 to ping 2020-11-26 04:29:30 +00:00
ping.h Merge ping6 to ping 2020-11-26 04:29:30 +00:00
utils.c ping: Move in_cksum() to a separate source file 2019-08-17 15:25:01 +00:00
utils.h ping: fix include guard symbol name to reflect the header file name 2019-08-23 15:24:18 +00:00