]> git.ozlabs.org Git - ppp.git/blob - chat/Makefile.osf
use O_NONBLOCK in preference to FNDELAY; compile in usleep if -DNO_USLEEP
[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