Searched refs:KERNSRCDIR (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/
H A DMakefile361 KERNSRCDIR?= ${.CURDIR}/sys macro
409 .if exists(${KERNSRCDIR}/${target}/conf/NOTES)
410 @(cd ${KERNSRCDIR}/${target}/conf && env __MAKE_CONF=/dev/null \
424 KERNCONFS!= cd ${KERNSRCDIR}/${TARGET}/conf && \
429 TARGET_ARCH_${kernel}!= cd ${KERNSRCDIR}/${TARGET}/conf && \
430 config -m ${KERNSRCDIR}/${TARGET}/conf/${kernel} 2> /dev/null | \
H A DMakefile.inc1882 KERNSRCDIR?= ${.CURDIR}/sys
883 KRNLCONFDIR= ${KERNSRCDIR}/${TARGET}/conf
884 KRNLOBJDIR= ${OBJTREE}${KERNSRCDIR}
951 MAKESRCPATH=${KERNSRCDIR}/dev/aic7xxx/aicasm \
953 -DEARLY_BUILD -f ${KERNSRCDIR}/dev/aic7xxx/aicasm/Makefile
955 .if !defined(MODULES_WITH_WORLD) && !defined(NO_MODULES) && exists(${KERNSRCDIR}/modules)
957 cd ${KERNSRCDIR}/modules/aic7xxx/aicasm; \
1203 .if defined(MODULES_WITH_WORLD) && exists(${KERNSRCDIR}/modules)

Completed in 154 milliseconds