Module Name:    src
Committed By:   christos
Date:           Sat Aug 20 11:24:49 UTC 2016

Modified Files:
        src/external/bsd: Makefile

Log Message:
unbound additions


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/external/bsd/Makefile

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

Modified files:

Index: src/external/bsd/Makefile
diff -u src/external/bsd/Makefile:1.54 src/external/bsd/Makefile:1.55
--- src/external/bsd/Makefile:1.54	Mon Sep 28 13:12:46 2015
+++ src/external/bsd/Makefile	Sat Aug 20 07:24:48 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.54 2015/09/28 17:12:46 christos Exp $
+#	$NetBSD: Makefile,v 1.55 2016/08/20 11:24:48 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -39,6 +39,9 @@ SUBDIR+= pcc
 SUBDIR+= libproc
 SUBDIR+= librtld_db
 .endif
+.if (${MKCRYPTO} != "no" && ${MKUNBOUND} != "no")
+SUBDIR+= unbound
+.endif
 
 SUBDIR+= blacklist pdisk dhcp nvi ppp smbfs
 

Reply via email to