Module Name: src
Committed By: christos
Date: Sat Aug 20 11:22:26 UTC 2016
Modified Files:
src/lib: Makefile
Log Message:
unbound additions
To generate a diff of this commit:
cvs rdiff -u -r1.245 -r1.246 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.245 src/lib/Makefile:1.246
--- src/lib/Makefile:1.245 Sat Jun 4 21:23:58 2016
+++ src/lib/Makefile Sat Aug 20 07:22:26 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.245 2016/06/05 01:23:58 christos Exp $
+# $NetBSD: Makefile,v 1.246 2016/08/20 11:22:26 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -224,6 +224,9 @@ SUBDIR+= ../external/bsd/openldap/lib #
SUBDIR+= .WAIT
SUBDIR+= ../external/bsd/bind/lib # depends on heimdal, libcrypto
+.if ${MKCRYPTO} != "no" && ${MKUNBOUND} != "no"
+SUBDIR+= ../external/bsd/unbound/lib # depends on libcrypto
+.endif
.if ${MKDTRACE} != "no"
SUBDIR+= ../external/cddl/osnet/lib/libdtrace # depends on libproc