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
Make the pppoatm plugin's Makefile honour INSTROOT
[mpls-ppp.git]
/
chat
/
Makefile.svr4
blob
2726c9355eba16edcc8238dfcffd660b0dfef483
1
#
2
# Makefile for chat on Solaris 2
3
#
4
5
include ../svr4/Makedefs
6
7
CFLAGS = -DNO_USLEEP $(COPTS)
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