Module Name:    src
Committed By:   agc
Date:           Sat Oct 20 04:38:45 UTC 2012

Modified Files:
        src/crypto/external/bsd/netpgp/bin/netpgpkeys [agc-netpgp-standalone]:
            Makefile

Log Message:
Add the digest directory to make this compile correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 \
    src/crypto/external/bsd/netpgp/bin/netpgpkeys/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/netpgp/bin/netpgpkeys/Makefile
diff -u src/crypto/external/bsd/netpgp/bin/netpgpkeys/Makefile:1.1.2.1 src/crypto/external/bsd/netpgp/bin/netpgpkeys/Makefile:1.1.2.2
--- src/crypto/external/bsd/netpgp/bin/netpgpkeys/Makefile:1.1.2.1	Sun May  6 17:57:11 2012
+++ src/crypto/external/bsd/netpgp/bin/netpgpkeys/Makefile	Sat Oct 20 04:38:44 2012
@@ -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 @@ LIBNETRSADIR!=	cd ${.CURDIR}/../../lib/r
 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

Reply via email to