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

  /src/share/mk/
bsd.kernobj.mk 6 # KERNARCHDIR Is the location of the machine dependent kernel sources.
11 # It defaults to `${KERNSRCDIR}/${KERNARCHDIR}/conf'.
21 # `${KERNSRCDIR}/${KERNARCHDIR}/compile'.
27 KERNARCHDIR?= arch/${MACHINE}
28 KERNCONFDIRDEFAULT?= ${KERNSRCDIR}/${KERNARCHDIR}/conf
31 .if !defined(KERNOBJDIR) && exists(${KERNSRCDIR}/${KERNARCHDIR}/compile)
32 KERNOBJDIR!= cd "${KERNSRCDIR}/${KERNARCHDIR}/compile" && ${PRINTOBJDIR}
  /src/
build.sh 2313 # ${KERNSRCDIR}/${KERNARCHDIR}/compile.
2316 KERNARCHDIR="$(getmakevar KERNARCHDIR)"
2317 make_in_dir "${KERNSRCDIR}/${KERNARCHDIR}/compile" obj

Completed in 40 milliseconds