]> git.ozlabs.org Git - ppp.git/blobdiff - chat/Makefile.aix4
Remove files that don't go into releases
[ppp.git] / chat / Makefile.aix4
diff --git a/chat/Makefile.aix4 b/chat/Makefile.aix4
deleted file mode 100644 (file)
index 8280699..0000000
+++ /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