From: Paul Mackerras Date: Mon, 18 Dec 1995 03:54:00 +0000 (+0000) Subject: sun is dead; long live sunos4 X-Git-Tag: RELEASE_2_3_6~560 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=24e86297d9eed547dbd7a898e6526bb0ad81aea6 sun is dead; long live sunos4 --- diff --git a/chat/Makefile.sun b/chat/Makefile.sun deleted file mode 100644 index 45a500f..0000000 --- a/chat/Makefile.sun +++ /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 index 0000000..45a500f --- /dev/null +++ b/chat/Makefile.sunos4 @@ -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 index 165a776..0000000 --- a/pppstats/Makefile.sun +++ /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 index 0000000..f600124 --- /dev/null +++ b/pppstats/Makefile.sunos4 @@ -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)