repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tomato 1.28
[tomato.git]
/
release
/
src
/
router
/
ppp
/
chat
/
Makefile.sunos4
blob
b3507360e8533d4dffc2ecbdebeebf8565c4ec19
1
#
2
# Makefile for chat on suns
3
#
4
5
include ../sunos4/Makedefs
6
7
CFLAGS = -DSUNOS $(COPTS)
8
9
all: chat
10
11
chat: chat.o
12
$(CC) -o chat chat.o
13
14
install: chat
15
$(INSTALL) -c chat $(BINDIR)/chat
16
$(INSTALL) -c -m 444 chat.8 $(MANDIR)/man8/chat.8
17
18
clean:
19
rm -f *~ *.o chat