projects
/
ppp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed up install target
[ppp.git]
/
pppstats
/
Makefile.bsd
1
# $Id: Makefile.bsd,v 1.3 1994/09/19 04:18:09 paulus Exp $
2
3
PROG= pppstats
4
SRCS= pppstats.c
5
CFLAGS+=-I..
6
MAN8= pppstats.0
7
BINDIR= /usr/sbin
8
9
.include <bsd.prog.mk>