]> git.ozlabs.org Git - ppp.git/blobdiff - pppdump/Makefile.sol2
Remove obsolete Makefile(s) and configure scripts
[ppp.git] / pppdump / Makefile.sol2
diff --git a/pppdump/Makefile.sol2 b/pppdump/Makefile.sol2
deleted file mode 100644 (file)
index e9196f6..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# pppdump Makefile for SVR4 systems
-# $Id: Makefile.sol2,v 1.4 2002/09/07 05:15:25 carlsonj Exp $
-#
-
-include ../Makedefs.com
-
-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 $(OBJS) pppdump *~
-
-install:
-       $(INSTALL) -f $(BINDIR) pppdump
-       $(INSTALL) -m 444 -f $(MANDIR)/man8 pppdump.8