Home | History | Annotate | Download | only in libkern

Lines Matching refs:KERNDST

6 #	KERNDST	may be set to the location of the directory where library
21 KERNDST?= ${.OBJDIR}/lib/kern
31 KERNLIB= ${KERNDST}/libkern.o
32 KERNLIB_PROF= ${KERNDST}/libkern.po
34 KERNLIB= ${KERNDST}/libkern.a
35 KERNLIB_PROF= ${KERNDST}/libkern_p.a
39 KERNLIBLN= ${KERNDST}/${LIBKERNLNBN}
44 cd ${KERNDST} && ${MAKE} -f ${KERNDIR:Q}/Makefile \
86 @if [ -d "${KERNDST}" ]; then ${KERNMAKE} clean; fi
91 @if [ -d "${KERNDST}" ]; then ${KERNMAKE} cleandir; fi
99 @(mkdir -p ${KERNDST})