Lines Matching full:no

5 # and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no}
10 # are exceptions). Recursive makes usually add MK_FOO=no for options that they wish
20 # The old-style YES_FOO and NO_FOO are being phased out. No new instances of them
35 # Define MK_* variables (which are either "yes" or "no") for users
38 # These should be tested with `== "no"' or `!= "no"' in makefiles.
45 # off. __DEFAULT_NO_OPTIONS will default to 'no' and won't build
47 # hard-wired to 'no'. "Broken" here means not working or
52 # At this time, there's no provision for mutually incompatible options.
232 # MK_* variable is set to "no".
309 # marked no longer broken with the switch to LLVM.
377 .if ${MK_CAPSICUM} == "no"
378 MK_CASPER:= no
381 .if ${MK_SOURCELESS} == "no"
382 MK_SOURCELESS_HOST:= no
383 MK_SOURCELESS_UCODE:= no
386 .if ${MK_CDDL} == "no"
387 MK_ZFS:= no
388 MK_LOADER_ZFS:= no
389 MK_CTF:= no
392 .if ${MK_CRYPT} == "no"
393 MK_OPENSSL:= no
394 MK_OPENSSH:= no
395 MK_KERBEROS:= no
396 MK_KERBEROS_SUPPORT:= no
399 .if ${MK_CXX} == "no"
400 MK_CLANG:= no
401 MK_LLD:= no
402 MK_LLDB:= no
403 MK_LLVM_BINUTILS:= no
404 MK_GOOGLETEST:= no
405 MK_OFED:= no
406 MK_OPENMP:= no
407 MK_PMC:= no
408 MK_TESTS:= no
411 .if ${MK_DIALOG} == "no"
412 MK_BSDINSTALL:= no
415 .if ${MK_FILE} == "no"
416 MK_SVNLITE:= no
419 .if ${MK_MAIL} == "no"
420 MK_MAILWRAPPER:= no
421 MK_SENDMAIL:= no
422 MK_DMAGENT:= no
425 .if ${MK_NETGRAPH} == "no"
426 MK_ATM:= no
427 MK_BLUETOOTH:= no
430 .if ${MK_NLS} == "no"
431 MK_NLS_CATALOGS:= no
434 .if ${MK_OPENSSL} == "no"
435 MK_DMAGENT:= no
436 MK_OPENSSH:= no
437 MK_OPENSSL_KTLS:= no
438 MK_KERBEROS:= no
439 MK_KERBEROS_SUPPORT:= no
440 MK_LDNS:= no
441 MK_PKGBOOTSTRAP:= no
442 MK_SVN:= no
443 MK_SVNLITE:= no
444 MK_ZFS:= no
447 .if ${MK_LDNS} == "no"
448 MK_LDNS_UTILS:= no
449 MK_UNBOUND:= no
452 .if ${MK_PF} == "no"
453 MK_AUTHPF:= no
456 .if ${MK_OFED} == "no"
457 MK_OFED_EXTRA:= no
460 .if ${MK_TESTS} == "no"
461 MK_DTRACE_TESTS:= no
464 .if ${MK_TESTS_SUPPORT} == "no"
465 MK_GOOGLETEST:= no
468 .if ${MK_ZONEINFO} == "no"
469 MK_ZONEINFO_LEAPSECONDS_SUPPORT:= no
472 .if ${MK_CROSS_COMPILER} == "no"
473 MK_CLANG_BOOTSTRAP:= no
474 MK_ELFTOOLCHAIN_BOOTSTRAP:= no
475 MK_LLD_BOOTSTRAP:= no
478 .if ${MK_TOOLCHAIN} == "no"
479 MK_CLANG:= no
480 MK_INCLUDES:= no
481 MK_LLD:= no
482 MK_LLDB:= no
483 MK_LLVM_BINUTILS:= no
486 .if ${MK_CLANG} == "no"
487 MK_CLANG_EXTRAS:= no
488 MK_CLANG_FORMAT:= no
489 MK_CLANG_FULL:= no
490 MK_LLVM_COV:= no
499 .if ${MK_LOADER_VERIEXEC} == "no"
500 MK_LOADER_VERIEXEC_PASS_MANIFEST := no
512 MK_${vv:H}:= no