X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=chat%2FMakefile.sol2;h=10d331467ed6f25631981f8b33e6d227884d4cb4;hp=0b1d5394edc7374a0671017b1efd17305abc2c5b;hb=HEAD;hpb=19d3ee84fd8180eabe80be4b08ed81ae080d69ce diff --git a/chat/Makefile.sol2 b/chat/Makefile.sol2 deleted file mode 100644 index 0b1d539..0000000 --- a/chat/Makefile.sol2 +++ /dev/null @@ -1,19 +0,0 @@ -# -# Makefile for chat on Solaris 2 -# - -include ../svr4/Makedefs - -CFLAGS = $(COPTS) -DNO_USLEEP - -all: chat - -chat: chat.o - $(CC) -o chat chat.o - -install: chat - $(INSTALL) -f $(BINDIR) chat - $(INSTALL) -m 444 -f $(MANDIR)/man8 chat.8 - -clean: - rm -f *~ *.o chat