]> git.ozlabs.org Git - ppp.git/blobdiff - pppdump/Makefile
add man page for pppdump and add it to the list of things
[ppp.git] / pppdump / Makefile
diff --git a/pppdump/Makefile b/pppdump/Makefile
deleted file mode 100644 (file)
index 2532fac..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-CFLAGS= -O -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 $(OBJS) *~
-
-install: