Searched refs:DIRS (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-11-stable/contrib/ncurses/misc/
H A Dtdlint38 DIRS=""
67 DIRS="$DIRS $p"
76 DIRS="`echo $1|sed -e 's/^-L//'` $DIRS"
81 for p in $DIRS
/freebsd-11-stable/share/examples/diskless/
H A Dclone_root73 # DIRS mountpoints (empty dirs)
78 DIRS="cdrom home mnt"
107 for i in ${SYSDIRS} ${DIRS}
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-extractimage.sh162 DIRS=`ls -d ${INSDIR}/*|grep -Ev '(uzip|kernels|src)'`
163 for dir in ${DIRS}
306 DIRS="base catpages dict doc info manpages proflibs kernels src"
309 DIRS="${DIRS} lib32"
312 for d in ${DIRS}
328 for d in ${DIRS}
/freebsd-11-stable/usr.bin/showmount/
H A Dshowmount.c68 #define DIRS 2 macro
131 type = DIRS;
191 case DIRS:
307 case DIRS:
404 case DIRS:
/freebsd-11-stable/contrib/bmake/mk/
H A Dmanifest.mk21 # ${MANIFEST}.DIRS += bin sbin usr/bin ...
64 @(${${.TARGET}.DIRS:O:u:@d@echo '$d type=dir uid=${UID:${M_DIR_ATTR}} gid=${GID:${M_DIR_ATTR}} mode=${MODE:${M_DIR_ATTR}} ${FLAGS:${M_DIR_ATTR}}';@} \
65 ${${.TARGET}.DIRS:O:u:@d@${${.TARGET}.SRCS.$d:O:u:@f@echo '${s::=${STORE.$d/${f:T}:U$d/${f:T}}}$s contents="$f" type=file uid=${UID:${M_FILE_ATTR}} gid=${GID:${M_FILE_ATTR}} mode=${MODE:${M_FILE_ATTR}} ${FLAGS:${M_FILE_ATTR}}';@}@} \
/freebsd-11-stable/crypto/openssl/crypto/krb5/
H A DMakefile32 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/contrib/amd/fixmount/
H A Dfixmount.c50 #define DIRS 2 macro
135 case DIRS:
289 type = DIRS;
/freebsd-11-stable/crypto/openssl/crypto/idea/
H A DMakefile31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/jpake/
H A DMakefile14 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/lhash/
H A DMakefile31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/md2/
H A DMakefile31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/md4/
H A DMakefile32 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/mdc2/
H A DMakefile31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/pqueue/
H A DMakefile31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A DMakefile31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A DMakefile36 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/ripemd/
H A DMakefile36 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/stack/
H A DMakefile31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/txt_db/
H A DMakefile31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/whrlpool/
H A DMakefile36 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/
H A DMakefile.org140 DIRS= crypto ssl engines apps test tools
197 $${DIR+DIR} $${DIRS+DIRS} $${SRC+SRC} \
255 # subdirectory if that subdirectory is part of $(DIRS). It requires
259 # subdirectories defined in $(DIRS). It requires that the target
266 RECURSIVE_BUILD_CMD=for dir in $(DIRS); do $(BUILD_CMD); done
268 if expr " $(DIRS) " : ".* $$dir " >/dev/null 2>&1; then \
/freebsd-11-stable/crypto/openssl/crypto/bf/
H A DMakefile36 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/buffer/
H A DMakefile31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/camellia/
H A DMakefile38 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A DMakefile36 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)

Completed in 301 milliseconds

123