3 # Do not include `info' in the SUBDIR list, it is handled separately.
31 # NB: keep these sorted by MK_* knobs
33 .if
${MK_BSNMP} != "no"
37 .if
${MK_CDDL} != "no"
41 .if
${MK_DICT} != "no"
45 .if
${MK_EXAMPLES} != "no"
49 .if
${MK_SOURCELESS_UCODE} != "no"
53 .if
${MK_ICONV} != "no"
57 .if
${MK_LOCALES} != "no"
58 _colldef
= colldef colldef_unicode
59 _monetdef
= monetdef monetdef_unicode
60 _msgdef
= msgdef msgdef_unicode
61 _numericdef
= numericdef numericdef_unicode
65 .if
${MK_MAKE} != "no"
73 .if
${MK_SENDMAIL} != "no"
77 .if
${MK_SHAREDOCS} != "no"
81 .if
${MK_SYSCONS} != "no"
85 SUBDIR.
${MK_TESTS}+= tests
91 .if
${MK_ZONEINFO} != "no"
97 .
include <bsd.subdir.mk
>