ctfconvert/ctfmerge need libdwarf &c., so build them if MKCTF=yes.

This commit is contained in:
riastradh 2014-04-03 18:23:38 +00:00
parent b0d53a8085
commit 7410f91473
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.172 2014/03/25 09:52:56 ozaki-r Exp $
# $NetBSD: Makefile,v 1.173 2014/04/03 18:23:38 riastradh Exp $
.include <bsd.own.mk>
.include <bsd.endian.mk>
@ -65,7 +65,7 @@ TOOLCHAIN_BITS+= dbsym mdsetimage
.endif
DTRACE_BITS=
.if ${MKDTRACE} != "no"
.if ${MKDTRACE} != "no" || ${MKCTF} != "no"
DTRACE_BITS+= .WAIT libelf
DTRACE_BITS+= .WAIT libdwarf
DTRACE_BITS+= .WAIT libctf