X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2FMakefile.aix4;fp=pppstats%2FMakefile.aix4;h=0000000000000000000000000000000000000000;hp=516b2a970a9b055e4a04335087413dc23f72a0d4;hb=5dce043b4b7e32d41598442361736a927a5db5e4;hpb=3e451dfe42426b51e6ce1d66a3e04de43e055568 diff --git a/pppstats/Makefile.aix4 b/pppstats/Makefile.aix4 deleted file mode 100644 index 516b2a9..0000000 --- a/pppstats/Makefile.aix4 +++ /dev/null @@ -1,40 +0,0 @@ -# -# pppstats makefile -# - -#ifndef BINDIR -BINDIR=/usr/sbin -#endif -#ifndef MANDIR -MANDIR = /usr/man -#ENDIF - -PPPSTATSRCS = pppstats.c -PPPSTATOBJS = pppstats.o - -CC = xlc -COPTS = -O -COMPILE_FLAGS = -DSTREAMS -LIBS = - -CFLAGS = -I../include $(COPTS) $(COMPILE_FLAGS) - -all: pppstats - -install: all - install -O root -G system -M 4555 -f $(BINDIR) pppstats - install -M 555 -O root -f $(MANDIR)/man8 pppstats.8 - -pppstats: $(PPPSTATSRCS) - $(CC) $(CFLAGS) -o pppstats pppstats.c $(LIBS) - -clean: - rm -f pppstats *.o - -depend: - cpp -M $(CFLAGS) $(PPPSTATSRCS) >.depend -# makedepend $(CFLAGS) $(PPPSTATSRCS) - -saber_pppstats: - #setopt load_flags $(CFLAGS) - #load $(PPPSTATSRCS)