From 3644045c3c1076ac3ba3bc888c72665f2e630c5e Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 28 Sep 2015 17:12:46 +0000 Subject: [PATCH] neither libproc or librtld_db require CTF --- external/bsd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/external/bsd/Makefile b/external/bsd/Makefile index aaa6100b740d..a0f607eab9dd 100644 --- a/external/bsd/Makefile +++ b/external/bsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2015/09/25 11:38:12 christos Exp $ +# $NetBSD: Makefile,v 1.54 2015/09/28 17:12:46 christos Exp $ .include @@ -35,7 +35,7 @@ SUBDIR+= llvm .if (${MKPCC} != "no") SUBDIR+= pcc .endif -.if (${MKDTRACE} != "no" || ${MKCTF} != "no") +.if (${MKDTRACE} != "no") SUBDIR+= libproc SUBDIR+= librtld_db .endif