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