0b316ef301
ratio report to a more intuitive measure (i.e. uncomp / comp). Corrected the man page.
9 lines
146 B
Makefile
9 lines
146 B
Makefile
# $Id: Makefile,v 1.9 1996/03/15 02:47:18 paulus Exp $
|
|
|
|
PROG= pppstats
|
|
SRCS= pppstats.c
|
|
MAN= pppstats.8
|
|
BINDIR= /usr/sbin
|
|
|
|
.include <bsd.prog.mk>
|