projects
/
ppp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial revision
[ppp.git]
/
chat
/
Makefile.bsd
1
# $Id: Makefile.bsd,v 1.1 1994/05/20 05:32:16 paulus Exp $
2
3
PROG= chat
4
SRCS= chat.c
5
NOMAN= noman
6
BINDIR= /usr/sbin
7
8
.include <bsd.prog.mk>