X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=chat%2FMakefile.svr4;fp=chat%2FMakefile.svr4;h=0000000000000000000000000000000000000000;hp=2726c9355eba16edcc8238dfcffd660b0dfef483;hb=5dce043b4b7e32d41598442361736a927a5db5e4;hpb=3e451dfe42426b51e6ce1d66a3e04de43e055568 diff --git a/chat/Makefile.svr4 b/chat/Makefile.svr4 deleted file mode 100644 index 2726c93..0000000 --- a/chat/Makefile.svr4 +++ /dev/null @@ -1,19 +0,0 @@ -# -# Makefile for chat on Solaris 2 -# - -include ../svr4/Makedefs - -CFLAGS = -DNO_USLEEP $(COPTS) - -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