NetBSD/usr.sbin/pppd/pppstats/Makefile
paulus 0b316ef301 Cleaned up the output of pppstats a bit, and changed the compression
ratio report to a more intuitive measure (i.e. uncomp / comp).
Corrected the man page.
1996-03-15 02:47:18 +00:00

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>