repo.or.cz
/
mpls-ppp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make the description of the call option more verbose, and
[mpls-ppp.git]
/
pppstats
/
Makefile.netbsd-1.2
blob
873838b2c5bb57fc6290790e4e0bb3ae470bb064
1
# $Id: Makefile.netbsd-1.2,v 1.2 1998/03/25 02:21:21 paulus Exp $
2
3
PROG= pppstats
4
SRCS= pppstats.c
5
CFLAGS+=-I../include -D_BITYPES
6
MAN8= pppstats.8
7
MAN= pppstats.cat8
8
BINDIR= /usr/sbin
9
10
.include <bsd.prog.mk>