![glass](/assets/img/avatar_default.png)
semantics and interface now follow the iostat/vmstat standard for statistics reporting. man page rewritten to match new semantics and interface. now shared.
14 lines
252 B
Makefile
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>
|