X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=chat%2FMakefile.aix4;fp=chat%2FMakefile.aix4;h=0000000000000000000000000000000000000000;hp=82806999ede50a65616ce20391c5ff3b4ddc7675;hb=5dce043b4b7e32d41598442361736a927a5db5e4;hpb=3e451dfe42426b51e6ce1d66a3e04de43e055568 diff --git a/chat/Makefile.aix4 b/chat/Makefile.aix4 deleted file mode 100644 index 8280699..0000000 --- a/chat/Makefile.aix4 +++ /dev/null @@ -1,21 +0,0 @@ -# -# Makefile for chat on AIX 4.1 -# - -#ifndef BINDIR -BINDIR=/usr/sbin -#endif - -CC=xlc -CFLAGS= -D_NO_PROTO - -all: chat - -chat: chat.o - $(CC) -o chat chat.o - -install: - install -f $(BINDIR) chat - -clean: - rm -f *~ *.o chat