# # Makefile for chat with ultrix # all: chat chat: chat.o $(CC) -o chat chat.o install: chat install -c chat $(BINDIR)/chat clean: rm -f *~ *.o chat