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

  /src/sys/conf/
dts.mk 21 .for _dir in ${DTSSUBDIR}
22 .if exists($S/external/gpl2/dts/dist/arch/${_arch}/boot/dts/${_dir})
23 DTSDIR+=$S/external/gpl2/dts/dist/arch/${_arch}/boot/dts/${_dir}
  /src/distrib/miniroot/
install.sub 146 local _dir
149 _dir=$1; shift
152 if [ -f $_dir/${_file}.tar.gz ]; then
156 if [ -f $_dir/${_file}.tgz ]; then
160 if [ -f $_dir/${_file}.tar ]; then
164 if [ -f $_dir/${_file}${VERSION}.aa ]; then
184 local _dir
187 _dir=
196 echo -n "Enter the pathname where the sets are stored [$_dir] "
197 getresp "$_dir"
    [all...]
  /src/share/mk/
bsd.lua.mk 84 .for _lib _dir in ${LUA_DPLIBS}
86 LIBDO.${_lib}!= cd "${_dir}" && ${PRINTOBJDIR}
bsd.prog.mk 387 . for _lib _dir in ${PROGDPLIBS}
389 LIBDO.${_lib}!= cd "${_dir}" && ${PRINTOBJDIR}
bsd.lib.mk 74 . for _lib _dir in ${LIBDPLIBS}
76 LIBDO.${_lib}!= cd "${_dir}" && ${PRINTOBJDIR}
bsd.own.mk 1787 .for _dir in \
1819 X11SRCDIR.${_dir}?= ${X11SRCDIRMIT}/${_dir}/dist

Completed in 17 milliseconds