Source-Changes-HG archive

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

[src/trunk]: src/lib libproc depends on libctf, so conditionalize it with the...



details:   https://anonhg.NetBSD.org/src/rev/c1f170f9d5e8
branches:  trunk
changeset: 340701:c1f170f9d5e8
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Sep 25 07:41:53 2015 +0000

description:
libproc depends on libctf, so conditionalize it with the same condition

diffstat:

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

diffs (19 lines):

diff -r 7869948dc02f -r c1f170f9d5e8 lib/Makefile
--- a/lib/Makefile      Thu Sep 24 20:27:40 2015 +0000
+++ b/lib/Makefile      Fri Sep 25 07:41:53 2015 +0000
@@ -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 @@
 .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")



Home | Main Index | Thread Index | Old Index