HomeSort by: relevance | last modified time | path
    Searched refs:KERNDST (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libkern/
Makefile.inc 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; f
    [all...]
  /src/sys/arch/sparc/stand/ofwboot/
Makefile 103 ${OBJS} -L${SADST} -lsa -L${ZDST} -lz -L${KERNDST} -lkern # solaris linker

Completed in 16 milliseconds