3109a91002
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.
11 lines
158 B
Makefile
11 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>
|