]> git.ozlabs.org Git - ppp.git/blob - chat/Makefile.osf
accept A/C & proto compression and asyncmap from the start;
[ppp.git] / chat / Makefile.osf
1 #
2 # Makefile for chat on OSF/1
3 #
4
5 all:    chat
6
7 chat: chat.o
8         $(CC) -o chat chat.o
9
10 install: chat
11         installbsd -c chat $(BINDIR)/chat
12         installbsd -c -m 444 chat.8 $(MANDIR)/man8/chat.8
13
14 clean:
15         rm -f *~ *.o chat