Searched refs:no (Results 1 - 25 of 912) sorted by relevance

1234567891011>>

/freebsd-current/targets/pseudo/
H A DMakefile.inc5 UPDATE_DEPENDFILE= no
/freebsd-current/stand/userboot/userboot_4th/
H A DMakefile3 INSTALL_LOADER_HELP_FILE=no
/freebsd-current/stand/i386/loader_4th/
H A DMakefile3 INSTALL_LOADER_HELP_FILE=no
/freebsd-current/stand/i386/loader_lua/
H A DMakefile3 INSTALL_LOADER_HELP_FILE=no
/freebsd-current/stand/efi/loader_4th/
H A DMakefile3 INSTALL_LOADER_HELP_FILE=no
/freebsd-current/stand/efi/loader_lua/
H A DMakefile3 INSTALL_LOADER_HELP_FILE=no
/freebsd-current/usr.bin/bmake/tests/shell/builtin/
H A DMakefile.test2 # In compat mode (the default without -j) a line that contains no shell
3 # meta characters and no shell builtins is not passed to the shell but
11 .PHONY: builtin no-builtin
16 no-builtin:
/freebsd-current/stand/
H A DMakefile.inc5 MK_BRANCH_PROTECTION= no
H A Dveriexec.mk1 .if ${MK_LOADER_VERIEXEC} != "no"
6 .if ${MK_LOADER_VERIEXEC_VECTX} != "no"
9 .if ${MK_LOADER_VERIEXEC_PASS_MANIFEST} != "no"
/freebsd-current/usr.bin/bmake/tests/shell/meta/
H A DMakefile.test2 # In compat mode (the default without -j) a line that contains no shell
3 # meta characters and no shell builtins is not passed to the shell but
11 .PHONY: meta no-meta
16 no-meta:
/freebsd-current/release/scripts/
H A DFreeBSD_install_cdrom.conf13 enabled: no
/freebsd-current/sbin/nvmecontrol/modules/
H A DMakefile.inc5 MK_INSTALLLIB= no
6 MK_PROFILE= no
/freebsd-current/lib/libarchive/
H A DMakefile.inc11 .if ${MK_OPENSSL} != "no"
20 .if ${MK_ICONV} != "no"
/freebsd-current/contrib/unbound/contrib/ios/
H A Dinstall_openssl.sh34 if ! ./Configure "$OPENSSL_HOST" -DNO_FORK no-comp no-asm no-hw no-engine no-tests no-unit-test \
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-no-action-runflags.mk1 # $NetBSD: opt-no-action-runflags.mk,v 1.1 2020/12/09 07:57:52 rillig Exp $
3 # Tests for the -n command line option, which runs almost no commands,
7 # opt-jobs-no-action.mk
14 SILENT.no= # none
16 ALWAYS.no= # none
18 IGNERR.no= echo running
23 .for silent in no yes
24 . for always in no yes
25 . for ignerr in no yes
H A Dmodmisc.exp1 path=':/bin:/tmp::/:.:/no/such/dir:.'
2 path='/bin:/tmp:/:/no/such/dir'
3 path='/bin:/tmp:/:/no/such/dir'
4 path='/bin':'/tmp':'/':'/no/such/dir'
5 path='/bin':'/tmp':'/':'/no/such/dir'
7 paths=/bin /tmp / /no/such/dir /opt/xbin
H A Dsh-jobs.exp2 no-comment: This is printed.
3 *** [no-comment] Error code 1
H A Ddep-none.exp1 make: no target to make.
/freebsd-current/contrib/bmake/mk/
H A Dmkopt.sh23 # no need to be included more than once
32 # The semantics are simple, if MK_$OPT has no value
33 # WITHOUT_$OPT results in MK_$OPT=no
37 # For backwards compatability reasons we treat WITH_$OPT=no
46 [Nn][Oo]) _wov=no;;
48 _v=${_mov:-${_wov:+no}}
53 yes|no) ;; # sane
54 0|[NnFf]*) _v=no;; # they mean no
67 _d=no
[all...]
/freebsd-current/lib/csu/tests/dynamic/
H A DMakefile5 MK_PIE= no
/freebsd-current/lib/libpam/modules/
H A DMakefile.inc4 MK_INSTALLLIB= no
5 MK_PROFILE= no
/freebsd-current/lib/libc/locale/
H A Drpmatch.c36 regex_t yes, no; local
41 if (regcomp(&no, nl_langinfo(NOEXPR), REG_EXTENDED|REG_NOSUB) != 0) {
47 else if (regexec(&no, response, 0, NULL, 0) == 0)
52 regfree(&no);
/freebsd-current/contrib/libpcap/rpcapd/
H A Drpcapd.xinetd.conf4 wait = no
/freebsd-current/contrib/elftoolchain/libelf/
H A Dos.NetBSD.mk7 MKLINT= no # lint dies with a sigbus
/freebsd-current/contrib/dialog/samples/
H A Dmsgbox4-eucjp9 $DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse "$@" \

Completed in 172 milliseconds

1234567891011>>