glass 6614c5a7b3 pppstats(8) and slstats(8) has been rewritten and merged
semantics and interface now follow the iostat/vmstat standard for
statistics reporting.

man page rewritten to match new semantics and interface.  now shared.
1994-11-15 07:20:52 +00:00

14 lines
252 B
Makefile

# from: @(#)Makefile 5.6 (Berkeley) 4/23/91
# $Id: Makefile,v 1.4 1994/11/15 07:21:40 glass Exp $
PROG= slstats
SRCS= pppstats.c
.PATH: ${.CURDIR}/../pppd/pppstats
NOMAN=
DPADD= ${LIBKVM}
LDADD= -lkvm
BINGRP= kmem
BINMODE=2555
.include <bsd.prog.mk>