summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/ppp/pppstats/Makefile.sol2
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/ppp/pppstats/Makefile.sol2')
-rw-r--r--mdk-stage1/ppp/pppstats/Makefile.sol220
1 files changed, 20 insertions, 0 deletions
diff --git a/mdk-stage1/ppp/pppstats/Makefile.sol2 b/mdk-stage1/ppp/pppstats/Makefile.sol2
new file mode 100644
index 000000000..a6544e61b
--- /dev/null
+++ b/mdk-stage1/ppp/pppstats/Makefile.sol2
@@ -0,0 +1,20 @@
+#
+# pppstats Makefile for SVR4 systems
+# $Id$
+#
+
+include ../solaris/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