Module Name: src
Committed By: martin
Date: Fri Sep 25 07:41:53 UTC 2015
Modified Files:
src/lib: Makefile
Log Message:
libproc depends on libctf, so conditionalize it with the same condition
To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.231 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.230 src/lib/Makefile:1.231
--- src/lib/Makefile:1.230 Thu Sep 24 18:37:33 2015
+++ src/lib/Makefile Fri Sep 25 07:41:53 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.230 2015/09/24 18:37:33 christos Exp $
+# $NetBSD: Makefile,v 1.231 2015/09/25 07:41:53 martin Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -205,7 +205,9 @@ SUBDIR+= ../crypto/external/bsd/netpgp/l
.endif
SUBDIR+= ../external/bsd/libevent/lib # depends on libcrypto
+.if ${MKDTRACE} != "no" && ${MKCTF} != "no"
SUBDIR+= ../external/bsd/libproc/lib # depends on libstdc++, libctf
+.endif
SUBDIR+= ../external/bsd/fetch/lib # depends on libssl
.if (${MKLDAP} != "no")