]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.aix4
Remove files that don't go into releases
[ppp.git] / pppstats / Makefile.aix4
diff --git a/pppstats/Makefile.aix4 b/pppstats/Makefile.aix4
deleted file mode 100644 (file)
index 516b2a9..0000000
+++ /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)