mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 01:55:19 +01:00
9 lines
99 B
Makefile
9 lines
99 B
Makefile
# $Id$
|
|
|
|
PROG= pppstats
|
|
SRCS= pppstats.c
|
|
MAN8= pppstats.8
|
|
BINDIR= /usr/sbin
|
|
|
|
.include <bsd.prog.mk>
|