Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib descend into libnetpgpverify so that the compat entries ...



details:   https://anonhg.NetBSD.org/src/rev/42656c744bad
branches:  trunk
changeset: 782792:42656c744bad
user:      agc <agc%NetBSD.org@localhost>
date:      Tue Nov 20 16:33:06 2012 +0000

description:
descend into libnetpgpverify so that the compat entries are picked up

diffstat:

 lib/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 64cb06363386 -r 42656c744bad lib/Makefile
--- a/lib/Makefile      Tue Nov 20 16:24:30 2012 +0000
+++ b/lib/Makefile      Tue Nov 20 16:33:06 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.195 2012/11/15 23:51:53 joerg Exp $
+#      $NetBSD: Makefile,v 1.196 2012/11/20 16:33:06 agc Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -48,6 +48,7 @@
 
 .if (${MKCRYPTO} != "no")
 SUBDIR+=       ../crypto/external/bsd/netpgp/libmj
+SUBDIR+=       ../crypto/external/bsd/netpgp/lib/verify
 .endif
 
 .if (${MKMDNS} != "no")



Home | Main Index | Thread Index | Old Index