mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
Introduce NO_LOCALES build option.
This commit is contained in:
parent
ab4f10302f
commit
9c4b72390d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148736
@ -3,7 +3,7 @@
|
||||
|
||||
# Do not include `info' in the SUBDIR list, it is handled separately.
|
||||
|
||||
SUBDIR= colldef \
|
||||
SUBDIR= ${_colldef} \
|
||||
${_dict} \
|
||||
${_doc} \
|
||||
${_examples} \
|
||||
@ -12,19 +12,28 @@ SUBDIR= colldef \
|
||||
${_me} \
|
||||
misc \
|
||||
mk \
|
||||
mklocale \
|
||||
monetdef \
|
||||
msgdef \
|
||||
numericdef \
|
||||
${_mklocale} \
|
||||
${_monetdef} \
|
||||
${_msgdef} \
|
||||
${_numericdef} \
|
||||
${_sendmail} \
|
||||
skel \
|
||||
snmp \
|
||||
${_syscons} \
|
||||
tabset \
|
||||
termcap \
|
||||
timedef \
|
||||
${_timedef} \
|
||||
zoneinfo
|
||||
|
||||
.if !defined(NO_LOCALES)
|
||||
_colldef = colldef
|
||||
_mklocale = mklocale
|
||||
_monetdef = monetdef
|
||||
_msgdef = msgdef
|
||||
_numericdef = numericdef
|
||||
_timedef = timedef
|
||||
.endif
|
||||
|
||||
.if !defined(NO_SYSCONS)
|
||||
_syscons= syscons
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user