Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/netpgp/libpaa Add build glue for the exa...
details: https://anonhg.NetBSD.org/src/rev/f56ddfa0a6f6
branches: trunk
changeset: 757659:f56ddfa0a6f6
user: agc <agc%NetBSD.org@localhost>
date: Fri Sep 10 05:30:28 2010 +0000
description:
Add build glue for the example client and server programs for PAA
diffstat:
crypto/external/bsd/netpgp/libpaa/client/Makefile | 18 ++++++++++++++++++
crypto/external/bsd/netpgp/libpaa/server/Makefile | 18 ++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r 689ad38595d7 -r f56ddfa0a6f6 crypto/external/bsd/netpgp/libpaa/client/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/netpgp/libpaa/client/Makefile Fri Sep 10 05:30:28 2010 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2010/09/10 05:30:28 agc Exp $
+
+.include <bsd.own.mk>
+
+PROG= paaclient
+#BINDIR= /usr/bin
+
+SRCS= b64.c libpaa.c client.c
+CPPFLAGS+= -I${.CURDIR}/../../dist/include -I${.CURDIR}/../../dist/src/pgp2ssh
+
+LDADD+= -lmj -lnetpgp -lcrypto -lz -lbz2
+MKMAN=no
+WARNS= 0
+
+.PATH: ${.CURDIR}/../../dist/src/libpaa ${.CURDIR}/../../dist/src/pgp2ssh
+
+.include <bsd.prog.mk>
+
diff -r 689ad38595d7 -r f56ddfa0a6f6 crypto/external/bsd/netpgp/libpaa/server/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/netpgp/libpaa/server/Makefile Fri Sep 10 05:30:28 2010 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2010/09/10 05:30:28 agc Exp $
+
+.include <bsd.own.mk>
+
+PROG= paaserver
+#BINDIR= /usr/bin
+
+SRCS= b64.c libpaa.c server.c
+CPPFLAGS+= -I${.CURDIR}/../../dist/include -I${.CURDIR}/../../dist/src/pgp2ssh
+
+LDADD+= -lmj -lnetpgp -lcrypto -lz -lbz2
+MKMAN=no
+WARNS= 0
+
+.PATH: ${.CURDIR}/../../dist/src/libpaa ${.CURDIR}/../../dist/src/pgp2ssh
+
+.include <bsd.prog.mk>
+
Home |
Main Index |
Thread Index |
Old Index