X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=chat%2FMakefile.sol2;h=10d331467ed6f25631981f8b33e6d227884d4cb4;hp=f566cc68b49273068a52f3d579748aaf10ccfcca;hb=HEAD;hpb=f9eac6e29b5137c46063855b3bfc253159c90c29 diff --git a/chat/Makefile.sol2 b/chat/Makefile.sol2 deleted file mode 100644 index f566cc6..0000000 --- a/chat/Makefile.sol2 +++ /dev/null @@ -1,19 +0,0 @@ -# -# Makefile for chat on Solaris 2 -# - -include ../solaris/Makedefs - -CFLAGS = $(COPTS) -DNO_USLEEP -DSOL2 - -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