Source-Changes-HG archive

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

[src/trunk]: src/lib Add the netpgp lua bindings so that the compat build can...



details:   https://anonhg.NetBSD.org/src/rev/e57384f595d3
branches:  trunk
changeset: 322386:e57384f595d3
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 01 19:50:34 2018 +0000

description:
Add the netpgp lua bindings so that the compat build can build them.

diffstat:

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

diffs (17 lines):

diff -r d8b445968483 -r e57384f595d3 lib/Makefile
--- a/lib/Makefile      Tue May 01 17:42:00 2018 +0000
+++ b/lib/Makefile      Tue May 01 19:50:34 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.254 2018/02/04 03:19:53 christos Exp $
+#      $NetBSD: Makefile,v 1.255 2018/05/01 19:50:34 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -213,6 +213,7 @@
 #==================== 3rd library dependency barrier ====================
 SUBDIR+=       .WAIT
 
+SUBDIR+=       ../crypto/external/bsd/netpgp/bindings/lua  # depends on netpgp/lib
 SUBDIR+=       ../external/bsd/bind/lib        # depends on heimdal, libcrypto
 .if ${MKUNBOUND} != "no"
 SUBDIR+=       ../external/bsd/unbound/lib     # depends on libcrypto



Home | Main Index | Thread Index | Old Index