X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=chat%2FMakefile.sol2;h=10d331467ed6f25631981f8b33e6d227884d4cb4;hp=e41b63000f5a9112655df5e25f2d3b8de8fd1e26;hb=HEAD;hpb=9f78e7a127ff624f9c6a43a3b7cb4bd36625ad13 diff --git a/chat/Makefile.sol2 b/chat/Makefile.sol2 deleted file mode 100644 index e41b630..0000000 --- a/chat/Makefile.sol2 +++ /dev/null @@ -1,22 +0,0 @@ -# -# Makefile for chat on Solaris 2 -# - -BINDIR = /usr/local/bin -MANDIR = /usr/local/man - -INSTALL= /usr/sbin/install - -CFLAGS = -w -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