mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
345e52e742
- MAN[1-9] -> MAN.
10 lines
128 B
Makefile
10 lines
128 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pppstats
|
|
MAN= pppstats.8
|
|
|
|
#as per policies in handbook
|
|
MAINTAINER= peter@freebsd.org
|
|
|
|
.include <bsd.prog.mk>
|