freebsd-dev/usr.sbin/pppstats/Makefile
Peter Wemm 5d889ad3e1 Merge pppstats from ppp-2.2 onto mainline..
This version uses specific interface ioctl()'s rather than groveling
around in /dev/kmem
1995-10-31 21:41:59 +00:00

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>