repo.or.cz
/
tomato
/
davidwu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct PPTP server firewall rules chain.
[tomato/davidwu.git]
/
release
/
src
/
router
/
pppd
/
chat
/
Makefile.sol2
blob
10d331467ed6f25631981f8b33e6d227884d4cb4
1
#
2
# Makefile for chat on Solaris 2
3
#
4
5
include ../Makedefs.com
6
7
CFLAGS = $(COPTS) -DNO_USLEEP -DSOL2
8
9
all: chat
10
11
chat: chat.o
12
$(CC) -o chat chat.o
13
14
install: chat
15
$(INSTALL) -f $(BINDIR) chat
16
$(INSTALL) -m 444 -f $(MANDIR)/man8 chat.8
17
18
clean:
19
rm -f *~ *.o chat