Call CTFMERGE only when WITH_CTF is defined.

This commit is contained in:
fjoe 2011-11-29 19:13:01 +00:00
parent b7027a72fa
commit 2bcf67d3be

View File

@ -201,7 +201,7 @@ ${KMOD}.kld: ${OBJS}
${FULLPROG}: ${OBJS}
.endif
${LD} ${LDFLAGS} -r -d -o ${.TARGET} ${OBJS}
.if !defined(NO_CTF)
.if defined(WITH_CTF)
${CTFMERGE} ${CTFFLAGS} -o ${.TARGET} ${OBJS}
.endif
.if defined(EXPORT_SYMS)