5d889ad3e1
This version uses specific interface ioctl()'s rather than groveling around in /dev/kmem
9 lines
151 B
Makefile
9 lines
151 B
Makefile
# $Id: Makefile.bsd,v 1.4 1995/04/28 06:23:18 paulus Exp $
|
|
|
|
PROG= pppstats
|
|
SRCS= pppstats.c
|
|
MAN8= pppstats.8
|
|
BINDIR= /usr/sbin
|
|
|
|
.include <bsd.prog.mk>
|