mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
10 lines
146 B
Makefile
10 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pppstats
|
|
SRCS= pppstats.c
|
|
MAN8= pppstats.8
|
|
|
|
#as per policies in handbook
|
|
MAINTAINER= peter@freebsd.org
|
|
|
|
.include <bsd.prog.mk>
|