diff options
| -rw-r--r-- | tools/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile index 5afe3b91b38..e3e68878c16 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.213 2022/04/13 17:52:56 jkoshy Exp $ +# $NetBSD: Makefile,v 1.214 2022/04/18 19:46:35 jkoshy Exp $ .include <bsd.own.mk> .include <bsd.endian.mk> @@ -59,8 +59,6 @@ TOOLCHAIN_BITS+= dbsym mdsetimage DTRACE_BITS= .if ${MKDTRACE} != "no" || ${MKCTF} != "no" DTRACE_BITS+= .WAIT elftoolchain -DTRACE_BITS+= .WAIT libelf -DTRACE_BITS+= .WAIT libdwarf DTRACE_BITS+= .WAIT libctf .endif .if ${MKCTF} != "no" |
