]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.sol2
pppd man page: Update header to refer to pppd 2.5.x
[ppp.git] / pppstats / Makefile.sol2
diff --git a/pppstats/Makefile.sol2 b/pppstats/Makefile.sol2
deleted file mode 100644 (file)
index be9a6d9..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# pppstats Makefile for SVR4 systems
-# $Id: Makefile.sol2,v 1.8 1998/03/25 02:21:24 paulus Exp $
-#
-
-include ../svr4/Makedefs
-
-CFLAGS = -DSTREAMS -I../include $(COPTS)
-
-all: pppstats
-
-pppstats: pppstats.c
-       $(CC) $(CFLAGS) -o pppstats pppstats.c
-
-install: pppstats
-       $(INSTALL) -f $(BINDIR) pppstats
-       $(INSTALL) -m 444 -f $(MANDIR)/man8 pppstats.8
-
-clean:
-       rm -f pppstats *~ core