mirror of
https://github.com/opnsense/src.git
synced 2026-03-27 21:23:11 -04:00
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.
10 lines
158 B
Makefile
10 lines
158 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= ping
|
|
MAN8= ping.8
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
COPTS+= -Wall -Wmissing-prototypes
|
|
LDADD= -lm
|
|
|
|
.include <bsd.prog.mk>
|