mklocale has bad juju for Sparc64.

This commit is contained in:
David E. O'Brien 2002-05-10 00:57:14 +00:00
parent 7571ef5ae3
commit 63279f12c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96307

View File

@ -3,9 +3,14 @@
# Do not include `info' in the SUBDIR list, it is handled separately.
SUBDIR= colldef dict examples man me misc mk mklocale monetdef \
SUBDIR= colldef dict examples man me misc mk monetdef \
msgdef numericdef skel syscons tabset termcap timedef zoneinfo
.if ${MACHINE_ARCH} != "sparc64"
SUBDIR+= mklocale
.endif
.if !defined(NO_SHAREDOCS)
SUBDIR+= doc
.endif