From 1274f3c1fa8862b0818a1cd4bb13330c54de6b6c Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Fri, 14 Mar 2003 01:10:03 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'V9_1_23mdk'. --- mdk-stage1/ppp/pppstats/Makefile.linux | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 mdk-stage1/ppp/pppstats/Makefile.linux (limited to 'mdk-stage1/ppp/pppstats/Makefile.linux') diff --git a/mdk-stage1/ppp/pppstats/Makefile.linux b/mdk-stage1/ppp/pppstats/Makefile.linux deleted file mode 100644 index ef0764c5d..000000000 --- a/mdk-stage1/ppp/pppstats/Makefile.linux +++ /dev/null @@ -1,32 +0,0 @@ -# -# pppstats makefile -# $Id$ -# - -PPPSTATSRCS = pppstats.c -PPPSTATOBJS = pppstats.o - -#CC = gcc -COPTS = -O -COMPILE_FLAGS = -D_linux_ -I../include -LIBS = - -INSTALL= install -o root -g daemon - -CFLAGS = $(COPTS) $(COMPILE_FLAGS) - -all: pppstats - -install: pppstats - $(INSTALL) -s -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