]> git.ozlabs.org Git - ppp.git/blob - chat/Makefile.osf
implement statistics and 8-bit clean checks; don't use pullupmsg
[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
13 clean:
14         rm -f *~ *.o chat