]> git.ozlabs.org Git - ppp.git/blobdiff - pppdump/Makefile
need these too
[ppp.git] / pppdump / Makefile
diff --git a/pppdump/Makefile b/pppdump/Makefile
new file mode 100644 (file)
index 0000000..2532fac
--- /dev/null
@@ -0,0 +1,12 @@
+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: