projects
/
ppp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Mods from Al Longyear, including adding a -a flag (show absolute
[ppp.git]
/
pppstats
/
Makefile.bsd
1
# $Id: Makefile.bsd,v 1.4 1995/04/28 06:23:18 paulus Exp $
2
3
PROG= pppstats
4
SRCS= pppstats.c
5
CFLAGS+=-I..
6
MAN8= pppstats.0
7
MAN= pppstats.cat8
8
BINDIR= /usr/sbin
9
10
.include <bsd.prog.mk>