From a4220a32aa17b97eafef4b3c1fdfa870c692785e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 13 Jan 2012 18:38:22 +0000 Subject: kill 10 years old snapshot of pppd & pppoe (now using upstream pppd & pppoe) --- mdk-stage1/ppp/pppstats/Makefile.sunos4 | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 mdk-stage1/ppp/pppstats/Makefile.sunos4 (limited to 'mdk-stage1/ppp/pppstats/Makefile.sunos4') diff --git a/mdk-stage1/ppp/pppstats/Makefile.sunos4 b/mdk-stage1/ppp/pppstats/Makefile.sunos4 deleted file mode 100644 index cfcfca541..000000000 --- a/mdk-stage1/ppp/pppstats/Makefile.sunos4 +++ /dev/null @@ -1,30 +0,0 @@ -# -# pppstats makefile -# $Id: Makefile.sunos4 195720 2001-06-11 11:44:34Z gc $ -# - -include ../sunos4/Makedefs - -PPPSTATSRCS = pppstats.c -PPPSTATOBJS = pppstats.o - -COMPILE_FLAGS = -DSTREAMS -DSUNOS4 -LIBS = - -CFLAGS = -I../include $(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) -- cgit v1.2.1