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