]> git.ozlabs.org Git - ppp.git/blob - chat/Makefile.sol2
Fixed compilation problems on SunOS 4.x
[ppp.git] / chat / Makefile.sol2
1 #
2 # Makefile for chat on Solaris 2
3 #
4
5 include ../svr4/Makedefs
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