summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/attachments/20120613/896d2032/attachment.asc
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120613/896d2032/attachment.asc')
-rw-r--r--zarb-ml/mageia-dev/attachments/20120613/896d2032/attachment.asc7
1 files changed, 7 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120613/896d2032/attachment.asc b/zarb-ml/mageia-dev/attachments/20120613/896d2032/attachment.asc
new file mode 100644
index 000000000..e30f4490f
--- /dev/null
+++ b/zarb-ml/mageia-dev/attachments/20120613/896d2032/attachment.asc
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iEYEABECAAYFAk/Yoi0ACgkQqEs9DA4DquB10ACeJ1UEhk8H6N7WXuIxmpA3v2jt
+fckAnjHKALesBhcy7+7VITf403euc7dY
+=qEU+
+-----END PGP SIGNATURE-----
>14 15 16 17 18 19 20 21
#
# pppdump Makefile for SVR4 systems
# $Id$
#

include ../solaris/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 $(OBJS) pppdump *~

install:
	$(INSTALL) -f $(BINDIR) pppdump
	$(INSTALL) -m 444 -f $(MANDIR)/man8 pppdump.8