Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/agc-netpgp-standalone]: src/crypto/external/bsd/netpgp/bin/netpgpkeys Ad...
details: https://anonhg.NetBSD.org/src/rev/209a48e53948
branches: agc-netpgp-standalone
changeset: 777809:209a48e53948
user: agc <agc%NetBSD.org@localhost>
date: Sat Oct 20 04:38:44 2012 +0000
description:
Add the digest directory to make this compile correctly.
diffstat:
crypto/external/bsd/netpgp/bin/netpgpkeys/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 079476a83f62 -r 209a48e53948 crypto/external/bsd/netpgp/bin/netpgpkeys/Makefile
--- a/crypto/external/bsd/netpgp/bin/netpgpkeys/Makefile Fri Sep 21 03:03:52 2012 +0000
+++ b/crypto/external/bsd/netpgp/bin/netpgpkeys/Makefile Sat Oct 20 04:38:44 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.2.1 2012/05/06 17:57:11 agc Exp $
+# $NetBSD: Makefile,v 1.1.2.2 2012/10/20 04:38:44 agc Exp $
.include <bsd.own.mk>
@@ -22,6 +22,10 @@
LDADD+= -L${LIBNETRSADIR} -lnetpgprsa
DPADD+= ${LIBNETRSADIR}/libnetpgprsa.a
+LIBNETDIGESTDIR!= cd ${.CURDIR}/../../lib/digest && ${PRINTOBJDIR}
+LDADD+= -L${LIBNETDIGESTDIR} -lnetpgpdigest
+DPADD+= ${LIBNETDIGESTDIR}/libnetpgpdigest.a
+
LIBNETBNDIR!= cd ${.CURDIR}/../../lib/bn && ${PRINTOBJDIR}
LDADD+= -L${LIBNETBNDIR} -lnetpgpbn
DPADD+= ${LIBNETBNDIR}/libnetpgpbn.a
Home |
Main Index |
Thread Index |
Old Index