projects
/
ppp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
use PACKETPTR rather than PACKET *
[ppp.git]
/
chat
/
Makefile.ultrix
1
#
2
# Makefile for chat with ultrix
3
#
4
5
all: chat
6
7
chat: chat.o
8
$(CC) -o chat chat.o
9
10
install:
11
install -c chat $(BINDIR)/chat
12
13
clean:
14
rm -f *~ *.o chat