]> git.ozlabs.org Git - ppp.git/blobdiff - pppdump/Makefile.sol2
add man page for pppdump and add it to the list of things
[ppp.git] / pppdump / Makefile.sol2
diff --git a/pppdump/Makefile.sol2 b/pppdump/Makefile.sol2
new file mode 100644 (file)
index 0000000..042b4d5
--- /dev/null
@@ -0,0 +1,21 @@
+#
+# pppdump Makefile for SVR4 systems
+# $Id: Makefile.sol2,v 1.1 1999/04/01 11:44:54 paulus Exp $
+#
+
+include ../svr4/Makedefs
+
+CFLAGS= $(COPTS) -I../include/net
+OBJS = pppdump.o bsd-comp.o deflate.o zlib.o
+
+all:   pppdump
+
+pppdump: $(OBJS)
+       $(CC) -o pppdump $(OBJS)
+
+clean:
+       rm -f pppdump *~
+
+install:
+       $(INSTALL) -f $(BINDIR) pppdump
+       $(INSTALL) -m 444 -f $(MANDIR)/man8 pppdump.8