11 lines
188 B
Makefile
11 lines
188 B
Makefile
# $Id: Makefile,v 1.5 1997/02/22 16:12:11 peter Exp $
|
|
|
|
PROG= pppstats
|
|
SRCS= pppstats.c
|
|
MAN8= pppstats.8
|
|
|
|
#as per policies in handbook
|
|
MAINTAINER= peter@freebsd.org
|
|
|
|
.include <bsd.prog.mk>
|