mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 10:06:25 +01:00
11 lines
146 B
Makefile
11 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>
|