projects
/
ppp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
use O_NONBLOCK in preference to FNDELAY; compile in usleep if -DNO_USLEEP
[ppp.git]
/
chat
/
Makefile.ultrix
1
#
2
# Makefile for chat with ultrix
3
#
4
5
CFLAGS = -DNO_USLEEP
6
7
all: chat
8
9
chat: chat.o
10
$(CC) -o chat chat.o
11
12
install: chat
13
install -c chat $(BINDIR)/chat
14
15
clean:
16
rm -f *~ *.o chat