]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.osf
Remove files that don't go into releases
[ppp.git] / pppstats / Makefile.osf
diff --git a/pppstats/Makefile.osf b/pppstats/Makefile.osf
deleted file mode 100644 (file)
index 309bf04..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# pppstats makefile
-#
-
-PPPSTATSRCS = pppstats.c
-PPPSTATOBJS = pppstats.o
-
-#CC = gcc
-COPTS = -O
-COMPILE_FLAGS = -DSTREAMS
-LIBS =
-
-CFLAGS = -I../include $(COPTS) $(COMPILE_FLAGS)
-
-all: pppstats
-
-install: pppstats
-       installbsd -c pppstats $(BINDIR)/pppstats
-       installbsd -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)