]> git.ozlabs.org Git - ppp.git/commitdiff
sun is dead; long live sunos4
authorPaul Mackerras <paulus@samba.org>
Mon, 18 Dec 1995 03:54:00 +0000 (03:54 +0000)
committerPaul Mackerras <paulus@samba.org>
Mon, 18 Dec 1995 03:54:00 +0000 (03:54 +0000)
chat/Makefile.sun [deleted file]
chat/Makefile.sunos4 [new file with mode: 0644]
pppstats/Makefile.sun [deleted file]
pppstats/Makefile.sunos4 [new file with mode: 0644]

diff --git a/chat/Makefile.sun b/chat/Makefile.sun
deleted file mode 100644 (file)
index 45a500f..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Makefile for chat on suns
-#
-
-BINDIR = /usr/local/etc
-MANDIR = /usr/local/man
-
-INSTALL= install -o root -g daemon
-
-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.sunos4 b/chat/Makefile.sunos4
new file mode 100644 (file)
index 0000000..45a500f
--- /dev/null
@@ -0,0 +1,20 @@
+#
+# Makefile for chat on suns
+#
+
+BINDIR = /usr/local/etc
+MANDIR = /usr/local/man
+
+INSTALL= install -o root -g daemon
+
+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/pppstats/Makefile.sun b/pppstats/Makefile.sun
deleted file mode 100644 (file)
index 165a776..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# pppstats makefile
-# $Id: Makefile.sun,v 1.5 1995/04/28 06:16:19 paulus Exp $
-#
-
-PPPSTATSRCS = pppstats.c
-PPPSTATOBJS = pppstats.o
-
-#CC = gcc
-COPTS = -O
-COMPILE_FLAGS = -DSTREAMS
-LIBS =
-
-INSTALL= install -o root -g daemon
-
-CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS)
-
-all: pppstats
-
-install: pppstats
-       $(INSTALL) -c pppstats $(BINDIR)/pppstats
-       $(INSTALL) -c -m 444 pppstats.8 $(MANDIR)/man8/pppstats.8
-
-pppstats: $(PPPSTATSRCS)
-       $(CC) $(CFLAGS) -o pppstats pppstats.c $(LIBS)
-
-clean:
-       rm -f pppstats *~ #* core
-
-depend:
-       cpp -M $(CFLAGS) $(PPPSTATSRCS) >.depend
-#      makedepend $(CFLAGS) $(PPPSTATSRCS)
diff --git a/pppstats/Makefile.sunos4 b/pppstats/Makefile.sunos4
new file mode 100644 (file)
index 0000000..f600124
--- /dev/null
@@ -0,0 +1,32 @@
+#
+# pppstats makefile
+# $Id: Makefile.sunos4,v 1.1 1995/12/18 03:54:00 paulus Exp $
+#
+
+PPPSTATSRCS = pppstats.c
+PPPSTATOBJS = pppstats.o
+
+#CC = gcc
+COPTS = -O
+COMPILE_FLAGS = -DSTREAMS
+LIBS =
+
+INSTALL= install -o root -g daemon
+
+CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS)
+
+all: pppstats
+
+install: pppstats
+       $(INSTALL) -c pppstats $(BINDIR)/pppstats
+       $(INSTALL) -c -m 444 pppstats.8 $(MANDIR)/man8/pppstats.8
+
+pppstats: $(PPPSTATSRCS)
+       $(CC) $(CFLAGS) -o pppstats pppstats.c $(LIBS)
+
+clean:
+       rm -f pppstats *~ #* core
+
+depend:
+       cpp -M $(CFLAGS) $(PPPSTATSRCS) >.depend
+#      makedepend $(CFLAGS) $(PPPSTATSRCS)