Lines Matching full:no

7 # and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no}
12 # are exceptions). Recursive makes usually add MK_FOO=no for options that they wish
22 # The old-style YES_FOO and NO_FOO are being phased out. No new instances of them
37 # Define MK_* variables (which are either "yes" or "no") for users
40 # These should be tested with `== "no"' or `!= "no"' in makefiles.
47 # off. __DEFAULT_NO_OPTIONS will default to 'no' and won't build
49 # hard-wired to 'no'. "Broken" here means not working or
54 # At this time, there's no provision for mutually incompatible options.
242 # MK_* variable is set to "no".
390 .if ${MK_SOURCELESS} == "no"
391 MK_SOURCELESS_HOST:= no
392 MK_SOURCELESS_UCODE:= no
395 .if ${MK_CDDL} == "no"
396 MK_CTF:= no
397 MK_DTRACE:= no
398 MK_LOADER_ZFS:= no
399 MK_ZFS:= no
402 .if ${MK_CRYPT} == "no"
403 MK_OPENSSL:= no
404 MK_OPENSSH:= no
405 MK_KERBEROS:= no
406 MK_KERBEROS_SUPPORT:= no
407 MK_MITKRB5:= no
410 .if ${MK_DTRACE} == "no"
411 MK_CTF:= no
414 .if ${MK_MAIL} == "no"
415 MK_MAILWRAPPER:= no
416 MK_SENDMAIL:= no
417 MK_DMAGENT:= no
420 .if ${MK_NETGRAPH} == "no"
421 MK_BLUETOOTH:= no
424 .if ${MK_NLS} == "no"
425 MK_NLS_CATALOGS:= no
428 .if ${MK_OPENSSL} == "no"
429 MK_DMAGENT:= no
430 MK_OPENSSH:= no
431 MK_OPENSSL_KTLS:= no
432 MK_KERBEROS:= no
433 MK_KERBEROS_SUPPORT:= no
434 MK_MITKRB5:= no
435 MK_LDNS:= no
436 MK_PKGBOOTSTRAP:= no
437 MK_LOADER_ZFS:= no
438 MK_ZFS:= no
441 .if ${MK_LDNS} == "no"
442 MK_LDNS_UTILS:= no
443 MK_UNBOUND:= no
446 .if ${MK_PF} == "no"
447 MK_AUTHPF:= no
450 .if ${MK_OFED} == "no"
451 MK_OFED_EXTRA:= no
454 .if ${MK_TESTS} == "no"
455 MK_DTRACE_TESTS:= no
456 MK_ZFS_TESTS:= no
459 .if ${MK_ZFS} == "no"
460 MK_ZFS_TESTS:= no
463 .if ${MK_TESTS_SUPPORT} == "no"
464 MK_GOOGLETEST:= no
467 .if ${MK_ZONEINFO} == "no"
468 MK_ZONEINFO_LEAPSECONDS_SUPPORT:= no
471 .if ${MK_CROSS_COMPILER} == "no"
472 MK_CLANG_BOOTSTRAP:= no
473 MK_ELFTOOLCHAIN_BOOTSTRAP:= no
474 MK_LLD_BOOTSTRAP:= no
477 .if ${MK_TOOLCHAIN} == "no"
478 MK_CLANG:= no
479 MK_LLD:= no
480 MK_LLDB:= no
481 MK_LLVM_BINUTILS:= no
484 .if ${MK_CLANG} == "no"
485 MK_CLANG_EXTRAS:= no
486 MK_CLANG_FORMAT:= no
487 MK_CLANG_FULL:= no
488 MK_LLVM_COV:= no
503 .if ${MK_LOADER_VERIEXEC} == "no"
504 MK_LOADER_VERIEXEC_PASS_MANIFEST := no
516 MK_${vv:H}:= no