summaryrefslogtreecommitdiffstats
path: root/sbin/ping/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update ping to be WARNS=2 compliant.seanc2003-03-051-1/+1
| | | | | Reviewed by: -audit (no objections ~1mo) Approved by: nectar
* Default to WARNS=2.obrien2001-12-041-1/+1
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* Set BINOWN=root explicitly for setuid root binaries.ru2001-09-131-0/+1
| | | | | | This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case.
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsdd2001-09-051-2/+2
| | | | | | | | | COPTS towards the end of final CFLAGS so that it can be used to override Makefile and other defaults. Using it in Makefiles risks having options set using it clobbered when somebody uses it on the command line. Approved by: bde
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* Don't try to include ipsec support if we are building for the installmsmith2000-01-071-2/+7
| | | | floppy image.
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-061-2/+3
| | | | | Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Re-add -Wmissing-prototypes to `COPTS'. I mistook -W for -Wno in this case.chris1999-08-161-1/+1
|
* -Wmissing-prototypes is unnecessary here. There are no warnings producedchris1999-08-161-2/+2
| | | | with this option disabled.
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-2/+1
|
* Disable gcc's builtin memcpy for alpha since it doesn't cope with unaligneddfr1998-09-051-1/+4
| | | | regions properly and this triggers an unaligned access trap.
* Fixed DPADD.bde1997-12-161-0/+2
|
* Calculate and print out the standard deviation of the round trip times.wollman1997-07-181-0/+1
| | | | | | | This isn't necessarily the best statistic, but it is by far the easiest to calculate. Update the man page to be more explicit about precisely which statistics are printed out. Revert some of jmg's bogus man page changes from rev 1.11.
* Make ping -Wall clean (except for one warning).wollman1997-03-011-0/+1
| | | | | | | | | Do a better job of argument parsing. Don't permit ping -f to a multicast address (very antisocial). Don't permit -L, -I, -T options with unicast addresses. Ensure that we ask for only AF_INET addresses (should close PR#2584). Return <sysexits.h> error codes for failures. Document this. Fix man page to identify the author and put sections in correct order.
* Convert to our man installation style. Also fixed long-standing bugwollman1994-08-051-1/+1
| | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+8
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud