mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00: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>
|