NetBSD/usr.sbin/pppd/pppstats/Makefile
paulus 8d816f6a89 New version of pppstats from ppp-2.2. Optionally prints statistics for
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.
1995-07-04 23:43:52 +00:00

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>