Searched refs:exists (Results 1 - 25 of 249) sorted by relevance

12345678910

/freebsd-9.3-release/share/mk/
H A Dbsd.arch.inc.mk5 .if exists(${.CURDIR}/Makefile.${MACHINE})
7 .elif exists(${.CURDIR}/Makefile.${MACHINE_ARCH})
9 .elif exists(${.CURDIR}/Makefile.${MACHINE_CPUARCH})
H A Dbsd.kmod.mk6 .if !defined(SYSDIR) && exists(${_dir}/kern/) && exists(${_dir}/conf/kmod.mk)
10 .if !defined(SYSDIR) || !exists(${SYSDIR}/kern/) || \
11 !exists(${SYSDIR}/conf/kmod.mk)
/freebsd-9.3-release/gnu/usr.bin/gdb/
H A DMakefile5 .if exists(${.CURDIR}/gdbserver/reg-${MACHINE_CPUARCH}.c)
/freebsd-9.3-release/share/info/
H A DMakefile9 .if !exists(${DESTDIR}${INFODIR})
19 .if !exists(${DESTDIR}${INFODIR}/dir)
/freebsd-9.3-release/sys/boot/pc98/pc98boot/
H A DMakefile8 .if exists(${.OBJDIR}/../boot0)
13 .if exists(${.OBJDIR}/../boot0.5)
/freebsd-9.3-release/sys/dev/acpi_support/
H A Dacpi_fujitsu.c101 int exists; member in struct:int_nameval
291 if(sc->gmou.exists) {
363 int i, exists; local
393 exists = sc->gmou.exists;
396 exists = sc->gbll.exists;
399 exists = sc->gbls.exists;
403 exists
[all...]
/freebsd-9.3-release/sys/boot/
H A DMakefile13 .if exists(${.CURDIR}/${ADIR}/.)
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_iops.h50 xattr_exists_t exists; member in struct:xattr_namespace
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dlink_hash.sh23 echo link $H to $C exists
/freebsd-9.3-release/contrib/smbfs/lib/
H A DMakefile7 #.if defined(COMPLETEBUILD) || !exists(/usr/lib/libnls.a)
11 #.if defined(COMPLETEBUILD) || !exists(/usr/lib/libnb.a)
15 .if defined(COMPLETEBUILD) || !exists(/usr/lib/libsmb.a)
/freebsd-9.3-release/sys/modules/opensolaris/
H A DMakefile13 .if exists(${_A}/${MACHINE_CPUARCH}/opensolaris_atomic.S)
16 .elif exists(${_A}/${MACHINE_ARCH}/opensolaris_atomic.S)
/freebsd-9.3-release/sys/modules/ata/atadisk/
H A DMakefile9 .if exists(${.CURDIR}/../../../${MACHINE}/${MACHINE}/ata_machdep.c)
/freebsd-9.3-release/usr.sbin/ctm/ctm/
H A DMakefile22 .if exists(${.CURDIR}/../../Makefile.inc)
/freebsd-9.3-release/usr.sbin/kldxref/
H A DMakefile10 .if exists(ef_${MACHINE_CPUARCH}.c) && ${MACHINE_ARCH} != "powerpc64"
/freebsd-9.3-release/contrib/bmake/mk/
H A Dsrctop.mk23 .elif exists(${SB}/src)
51 .if defined(SRCTOP) && exists(${SRCTOP}/.)
57 .if defined(MAKEOBJDIRPREFIX) && exists(${MAKEOBJDIRPREFIX}${SRCTOP})
59 .elif (exists(${SRCTOP}/Makefile) || exists(${SRCTOP}/makefile))
/freebsd-9.3-release/etc/mail/
H A DMakefile95 .if exists(/usr/share/sendmail/cf)
97 .elif exists(/usr/src/contrib/sendmail/cf)
124 # exists in the current directory. SENDMAIL_MAP_TYPE is the database
133 .if exists(${_f})
142 .if (exists(${_f}.sample) && !exists(${_f}))
243 .if exists(Makefile.local)
/freebsd-9.3-release/tools/tools/vop_table/
H A Dvop_table.tcl115 if {![info exists op([list $i $j])]} {
122 if {[info exists fnames($t)]} {
135 if {![info exists nop($t)]} {
148 if {![info exists op([list $i $j])]} {
195 if {![info exists op([list $i $j])]} {
202 if {![info exists op([list default_vnodeop $j])]} {
/freebsd-9.3-release/contrib/smbfs/
H A DMakefile22 . if !exists(${CONFIG_INT})
28 . if exists(${CONFIG_MK})
61 .if defined(COMPLETEBUILD) || (${BUILDKLD} == yes && !exists(${SYSDIR}/netsmb/smb.h))
/freebsd-9.3-release/gnu/usr.bin/binutils/libopcodes/
H A DMakefile16 .if defined(BINUTILSDISTDIR) && exists(${BINUTILSDISTDIR})
/freebsd-9.3-release/release/doc/
H A DMakefile27 . if !exists(${SVN})
/freebsd-9.3-release/sbin/reboot/
H A DMakefile8 .if exists(${.CURDIR}/boot_${MACHINE}.8)
/freebsd-9.3-release/share/i18n/esdb/BIG5/
H A DMakefile16 .if !exists(Big5-${i:S/:/@/}.src)
/freebsd-9.3-release/sys/modules/cxgbe/t4_firmware/
H A DMakefile15 .if exists(${F})
/freebsd-9.3-release/sys/modules/cxgbe/t5_firmware/
H A DMakefile15 .if exists(${F})
/freebsd-9.3-release/usr.sbin/bsdinstall/partedit/
H A DMakefile13 .if !exists(partedit_${PARTEDIT_ARCH}.c)

Completed in 145 milliseconds

12345678910