repo.or.cz
/
mpls-ppp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Get the repository a bit closer to what will be released
[mpls-ppp.git]
/
chat
/
Makefile.bsd
blob
500633877fe8e4cc7d1735e7da1d734af969714f
1
# $Id: Makefile.bsd,v 1.4 1996/10/08 04:37:59 paulus Exp $
2
3
PROG= chat
4
SRCS= chat.c
5
MAN8= chat.8
6
MAN= chat.cat8
7
BINDIR= /usr/sbin
8
9
.include <bsd.prog.mk>