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/pgp2ssh Add a reachover Makefile ...



details:   https://anonhg.NetBSD.org/src/rev/8666a7c67a0f
branches:  trunk
changeset: 757586:8666a7c67a0f
user:      agc <agc%NetBSD.org@localhost>
date:      Mon Sep 06 18:17:58 2010 +0000

description:
Add a reachover Makefile for pgp2ssh(1). This utility has not yet been
hooked into the build infrastructure.

diffstat:

 crypto/external/bsd/netpgp/pgp2ssh/Makefile |  27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diffs (31 lines):

diff -r 3ec45d14d0c1 -r 8666a7c67a0f crypto/external/bsd/netpgp/pgp2ssh/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/netpgp/pgp2ssh/Makefile       Mon Sep 06 18:17:58 2010 +0000
@@ -0,0 +1,27 @@
+#      $NetBSD: Makefile,v 1.1 2010/09/06 18:17:58 agc Exp $
+
+.include <bsd.own.mk>
+
+PROG=          pgp2ssh
+BINDIR=                /usr/bin
+
+SRCS=          b64.c hkpc.c main.c
+CPPFLAGS+=     -I${.CURDIR}/../dist/include -I${.CURDIR}/../dist/src/hkpclient
+
+LIBNETPGPDIR!= cd ${.CURDIR}/../lib && ${PRINTOBJDIR}
+LDADD+=                -L${LIBNETPGPDIR} -lnetpgp
+DPADD+=                ${LIBNETPGPDIR}/libnetpgp.a
+
+LIBMJDIR!=     cd ${.CURDIR}/../libmj && ${PRINTOBJDIR}
+LDADD+=                -L${LIBMJDIR} -lmj
+DPADD+=                ${LIBMJDIR}/libmj.a
+
+LDADD+=                -lcrypto -lz -lbz2
+DPADD+=                ${LIBCRYPTO} ${LIBZ} ${LIBBZ2}
+
+MAN=           pgp2ssh.1
+WARNS=         0
+
+.PATH: ${.CURDIR}/../dist/src/pgp2ssh ${.CURDIR}/../dist/src/hkpclient
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index