summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2008-07-27 22:23:45 +1000
committerPaul Mackerras <paulus@samba.org>2008-07-27 22:23:45 +1000
commit5dce043b4b7e32d41598442361736a927a5db5e4 (patch)
treeecaa5d249f88ce1e9ccbc906adb205e759d5ef0e /chat
parent3e451dfe42426b51e6ce1d66a3e04de43e055568 (diff)
downloadppp-5dce043b4b7e32d41598442361736a927a5db5e4.tar.gz
Remove files that don't go into releases
This mainly removes files specific to platforms that we no longer support, and removes a few other outdated files. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'chat')
-rw-r--r--chat/Makefile.NeXT35
-rw-r--r--chat/Makefile.aix421
-rw-r--r--chat/Makefile.bsd9
-rw-r--r--chat/Makefile.netbsd-1.29
-rw-r--r--chat/Makefile.osf15
-rw-r--r--chat/Makefile.sunos419
-rw-r--r--chat/Makefile.svr419
-rw-r--r--chat/Makefile.ultrix20
8 files changed, 0 insertions, 147 deletions
diff --git a/chat/Makefile.NeXT b/chat/Makefile.NeXT
deleted file mode 100644
index 4cf9741..0000000
--- a/chat/Makefile.NeXT
+++ /dev/null
@@ -1,35 +0,0 @@
-#
-# Makefile for chat on NeXTs
-#
-# $Id: Makefile.NeXT,v 1.4 1998/03/25 03:18:32 paulus Exp $
-#
-
-ARCHFLAGS =
-BINDIR = /usr/local/ppp/bin
-MANDIR = /usr/local/ppp/man
-
-CFLAGS= -O -D_POSIX_SOURCE $(ARCHFLAGS)
-
-SRCS = chat.c
-OBJS = chat.o
-LIBS = ../NeXT/libposix/libposix.o
-
-MANPAGES = chat.8
-
-
-#
-# Load dependencies
-#
-all: chat
-
-chat: $(OBJS)
- $(CC) -o chat $(CFLAGS) $(OBJS) $(LIBS)
-
-install:
- /bin/mkdirs $(MANDIR)/man8 $(BINDIR)
- install -c -s -m 555 -o root -g wheel chat $(BINDIR)/chat
- install -c -m 444 -o root -g wheel chat.8 $(MANDIR)/man8
-
-clean:
- rm -f *~ *.o chat
-
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
diff --git a/chat/Makefile.bsd b/chat/Makefile.bsd
deleted file mode 100644
index 5006338..0000000
--- a/chat/Makefile.bsd
+++ /dev/null
@@ -1,9 +0,0 @@
-# $Id: Makefile.bsd,v 1.4 1996/10/08 04:37:59 paulus Exp $
-
-PROG= chat
-SRCS= chat.c
-MAN8= chat.8
-MAN= chat.cat8
-BINDIR= /usr/sbin
-
-.include <bsd.prog.mk>
diff --git a/chat/Makefile.netbsd-1.2 b/chat/Makefile.netbsd-1.2
deleted file mode 100644
index 21af9bb..0000000
--- a/chat/Makefile.netbsd-1.2
+++ /dev/null
@@ -1,9 +0,0 @@
-# $Id: Makefile.netbsd-1.2,v 1.1 1997/04/30 05:40:28 paulus Exp $
-
-PROG= chat
-SRCS= chat.c
-MAN8= chat.8
-MAN= chat.cat8
-BINDIR= /usr/sbin
-
-.include <bsd.prog.mk>
diff --git a/chat/Makefile.osf b/chat/Makefile.osf
deleted file mode 100644
index 9b0d747..0000000
--- a/chat/Makefile.osf
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Makefile for chat on OSF/1
-#
-
-all: chat
-
-chat: chat.o
- $(CC) -o chat chat.o
-
-install: chat
- installbsd -c chat $(BINDIR)/chat
- installbsd -c -m 444 chat.8 $(MANDIR)/man8/chat.8
-
-clean:
- rm -f *~ *.o chat
diff --git a/chat/Makefile.sunos4 b/chat/Makefile.sunos4
deleted file mode 100644
index b350736..0000000
--- a/chat/Makefile.sunos4
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Makefile for chat on suns
-#
-
-include ../sunos4/Makedefs
-
-CFLAGS = -DSUNOS $(COPTS)
-
-all: chat
-
-chat: chat.o
- $(CC) -o chat chat.o
-
-install: chat
- $(INSTALL) -c chat $(BINDIR)/chat
- $(INSTALL) -c -m 444 chat.8 $(MANDIR)/man8/chat.8
-
-clean:
- rm -f *~ *.o chat
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
diff --git a/chat/Makefile.ultrix b/chat/Makefile.ultrix
deleted file mode 100644
index a5d2b1f..0000000
--- a/chat/Makefile.ultrix
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Makefile for chat with ultrix
-#
-
-BINDIR = /usr/local/etc
-MANDIR = /usr/local/man
-
-CFLAGS = -DNO_USLEEP
-
-all: chat
-
-chat: chat.o
- $(CC) -o chat chat.o
-
-install: chat
- install -c chat $(BINDIR)/chat
- install -c -m 444 chat.8 $(MANDIR)/man8/chat.8
-
-clean:
- rm -f *~ *.o chat