Lines Matching defs:MK
1106 # with changes to the MK* variables here.
1110 # Supported NO* options (if defined, MK* will be forced to "no",
1113 # Source makefiles should set NO*, and not MK*, and must do so before
1140 MK${var:S/^NO//}:= no
1145 # MK* options which have variable defaults.
1268 # MK* options which default to "yes".
1473 # MK* options which default to "no".
1682 # corresponding MK* variable is set to "no".
1685 .if (${${var:S/USE_/MK/}} == "no")
1693 # USE_* options which default to "yes" unless their corresponding MK*
1697 .if (${${var:S/USE_/MK/}} == "no")