projects
/
ppp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial revision
[ppp.git]
/
pppstats
/
Makefile.bsd
1
# $Id: Makefile.bsd,v 1.1 1993/12/14 02:57:14 paulus Exp $
2
3
PROG= pppstats
4
SRCS= pppstats.c
5
LDADD= -lutil
6
NOMAN= noman
7
BINMODE=2555
8
BINGRP= kmem
9
BINDIR= /usr/sbin
10
11
.include <bsd.prog.mk>