Module Name:    src
Committed By:   christos
Date:           Mon Sep 28 17:12:12 UTC 2015

Modified Files:
        src/lib: Makefile

Log Message:
Neither libproc or librtld_db require CTF


To generate a diff of this commit:
cvs rdiff -u -r1.234 -r1.235 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.234 src/lib/Makefile:1.235
--- src/lib/Makefile:1.234	Fri Sep 25 07:39:08 2015
+++ src/lib/Makefile	Mon Sep 28 13:12:12 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.234 2015/09/25 11:39:08 christos Exp $
+#	$NetBSD: Makefile,v 1.235 2015/09/28 17:12:12 christos Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -100,7 +100,7 @@ SUBDIR+=	../external/lgpl3/mpc/lib/libmp
 #==================== 1st library dependency barrier ====================
 SUBDIR+=	.WAIT
 
-.if ${MKDTRACE} != "no" || ${MKCTF} != "no"
+.if ${MKDTRACE} != "no"
 SUBDIR+=	../external/bsd/librtld_db/lib		# depends on libutil
 .endif
 
@@ -207,7 +207,7 @@ SUBDIR+=	../crypto/external/bsd/netpgp/l
 .endif
 
 SUBDIR+=	../external/bsd/libevent/lib	# depends on libcrypto
-.if ${MKDTRACE} != "no" && ${MKCTF} != "no"
+.if ${MKDTRACE} != "no"
 SUBDIR+=	../external/bsd/libproc/lib	# depends on libstdc++, libctf
 .endif
 SUBDIR+=	../external/bsd/fetch/lib	# depends on libssl

Reply via email to