Add CTF conversion to the objects compiled from generated code.

This allows DTrace scripts to access variables like 'ostype'.
This commit is contained in:
John Birrell 2008-07-05 06:12:14 +00:00
parent 85f32b2087
commit 3a877a1d93

View file

@ -236,6 +236,9 @@ kernel-reinstall:
config.o env.o hints.o vers.o vnode_if.o:
${NORMAL_C}
.if defined(CTFCONVERT)
${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
.endif
config.ln env.ln hints.ln vers.ln vnode_if.ln:
${NORMAL_LINT}