X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=chat%2FMakefile.sol2;fp=chat%2FMakefile.sol2;h=0000000000000000000000000000000000000000;hp=10d331467ed6f25631981f8b33e6d227884d4cb4;hb=2b167650a9a306c3ab9f24f10fd3384e2fa1028e;hpb=75f1f5fde9fa6a64d0c35af6dfac5086a0739334 diff --git a/chat/Makefile.sol2 b/chat/Makefile.sol2 deleted file mode 100644 index 10d3314..0000000 --- a/chat/Makefile.sol2 +++ /dev/null @@ -1,19 +0,0 @@ -# -# Makefile for chat on Solaris 2 -# - -include ../Makedefs.com - -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