8d816f6a89
packet compression. Internally it now uses interface ioctls to get the statistics, so it doesn't need to grub around in kernel memory any more.
10 lines
175 B
Makefile
10 lines
175 B
Makefile
# $Id: Makefile,v 1.8 1995/07/04 23:43:52 paulus Exp $
|
|
|
|
PROG= pppstats
|
|
SRCS= pppstats.c
|
|
MAN= pppstats.8
|
|
MLINKS= pppstats.8 slstats.8
|
|
BINDIR= /usr/sbin
|
|
|
|
.include <bsd.prog.mk>
|