Module Name:    src
Committed By:   christos
Date:           Tue May  1 19:50:34 UTC 2018

Modified Files:
        src/lib: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.254 -r1.255 src/lib/Makefile

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

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.254 src/lib/Makefile:1.255
--- src/lib/Makefile:1.254	Sat Feb  3 22:19:53 2018
+++ src/lib/Makefile	Tue May  1 15:50:34 2018
@@ -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 @@ SUBDIR+=	../external/bsd/openldap/lib	# 
 #==================== 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

Reply via email to