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

1234567891011>>

/freebsd-11-stable/usr.sbin/ctm/
H A DMakefile.inc3 .if exists(${.CURDIR:H:H}/Makefile.inc)
/freebsd-11-stable/lib/csu/
H A DMakefile3 .if exists(${.CURDIR}/${MACHINE_ARCH})
/freebsd-11-stable/secure/lib/
H A DMakefile.inc4 .if exists(${.CURDIR:H:H:H}/lib/Makefile.inc)
/freebsd-11-stable/release/doc/
H A DMakefile15 .if exists(/usr/local/bin/svn)
17 .elif exists(/usr/bin/svn)
26 .if !exists(${SVN})
/freebsd-11-stable/contrib/dma/
H A DMakefile.etc8 .if !exists(${DESTDIR}/etc/dma/auth.conf)
11 .if !exists(${DESTDIR}/etc/dma/dma.conf)
/freebsd-11-stable/gnu/usr.bin/gdb/
H A DMakefile5 .if exists(${.CURDIR}/gdbserver/reg-${MACHINE_CPUARCH}.c)
/freebsd-11-stable/share/mk/
H A Dbsd.dtb.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)
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)
H A Dbsd.sysdir.mk8 .if !defined(SYSDIR) && exists(${_dir}/kern/) && exists(${_dir}/conf/kmod.mk)
13 .if !defined(SYSDIR) || !exists(${SYSDIR}/kern/) || \
14 !exists(${SYSDIR}/conf/kmod.mk)
/freebsd-11-stable/usr.bin/xlint/
H A DMakefile.inc8 .if exists(${.CURDIR}/../arch/${MACHINE_ARCH})
/freebsd-11-stable/usr.sbin/bsnmpd/tools/
H A DMakefile.inc9 .if exists(${.OBJDIR:H}/libbsnmptools)
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_fujitsu.c101 int exists; member in struct:int_nameval
292 if(sc->gmou.exists) {
364 int i, exists; local
394 exists = sc->gmou.exists;
397 exists = sc->gbll.exists;
400 exists = sc->gbls.exists;
404 exists
[all...]
/freebsd-11-stable/usr.sbin/kldxref/
H A DMakefile9 .if exists(ef_${MACHINE_CPUARCH}.c) && ${MACHINE_ARCH} != "powerpc64"
/freebsd-11-stable/usr.bin/bmake/
H A DMakefile.inc10 .if exists(${.CURDIR}/tests)
21 .if defined(MK_TESTS) && ${MK_TESTS} != no && exists(${.CURDIR}/tests)
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dmacros_test.cpp294 ATF_REQUIRE(atf::fs::exists(atf::fs::path("before")));
295 ATF_REQUIRE(!atf::fs::exists(atf::fs::path("after")));
308 ATF_REQUIRE(atf::fs::exists(atf::fs::path("before")));
309 ATF_REQUIRE(!atf::fs::exists(atf::fs::path("after")));
323 ATF_REQUIRE(atf::fs::exists(atf::fs::path("before")));
324 ATF_REQUIRE(!atf::fs::exists(atf::fs::path("after")));
355 ATF_REQUIRE(atf::fs::exists(before));
358 ATF_REQUIRE(atf::fs::exists(after));
362 ATF_REQUIRE(!atf::fs::exists(after));
405 ATF_REQUIRE(atf::fs::exists(befor
[all...]
/freebsd-11-stable/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)
H A DMakefile.inc7 .if !exists(${SYSDIR}/netsmb/smb.h)
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dlink_hash.sh23 echo link $H to $C exists
/freebsd-11-stable/release/
H A DMakefile.azure34 .if !exists(/usr/local/bin/azure)
35 . if !exists(/usr/local/bin/npm)
36 . if !exists(${PORTSDIR}/www/npm/Makefile)
37 . if !exists(/usr/local/sbin/pkg-static)
/freebsd-11-stable/sys/conf/
H A DMakefile.i38625 .if exists(./@/.)
H A DMakefile.pc9825 .if exists(./@/.)
H A DMakefile.sparc6425 .if exists(./@/.)
/freebsd-11-stable/stand/pc98/pc98boot/
H A DMakefile10 .if exists(${BOOTOBJ}/pc98/boot0)
15 .if exists(${BOOTOBJ}/pc98/boot0.5)
/freebsd-11-stable/secure/
H A DMakefile.inc5 .if exists(${.CURDIR:H:H}/lib/libcrypt/obj)
/freebsd-11-stable/usr.bin/svn/lib/
H A DMakefile.inc13 .if exists(${.CURDIR}/../../../Makefile.inc)

Completed in 163 milliseconds

1234567891011>>