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
Revert the previous change that required channel send_config and
[mpls-ppp.git]
/
chat
/
Makefile.ultrix
blob
a5d2b1f99e8389c27355e153a2e5224faf1dacbb
1
#
2
# Makefile for chat with ultrix
3
#
4
5
BINDIR = /usr/local/etc
6
MANDIR = /usr/local/man
7
8
CFLAGS = -DNO_USLEEP
9
10
all: chat
11
12
chat: chat.o
13
$(CC) -o chat chat.o
14
15
install: chat
16
install -c chat $(BINDIR)/chat
17
install -c -m 444 chat.8 $(MANDIR)/man8/chat.8
18
19
clean:
20
rm -f *~ *.o chat