]> git.ozlabs.org Git - ppp.git/blob - chat/Makefile.sunos4
Forgot to remote *.ln files (made by lint) when doing make clean.
[ppp.git] / chat / Makefile.sunos4
1 #
2 # Makefile for chat on suns
3 #
4
5 include ../sunos4/Makedefs
6
7 CFLAGS = -DSUNOS $(COPTS)
8
9 all:    chat
10
11 chat: chat.o
12         $(CC) -o chat chat.o
13
14 install: chat
15         $(INSTALL) -c chat $(BINDIR)/chat
16         $(INSTALL) -c -m 444 chat.8 $(MANDIR)/man8/chat.8
17
18 clean:
19         rm -f *~ *.o chat