summaryrefslogtreecommitdiffstats
path: root/share/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-10 00:57:14 +0000
committerobrien <obrien@FreeBSD.org>2002-05-10 00:57:14 +0000
commita4af499e53036c80c0b6cf3d7f02363ff3dbb478 (patch)
tree1e5e5eeb82baf1a18908198a287b8f08e44b176f /share/Makefile
parentb12dc54a67fb99c10552075b1dbfa0deaef54fc6 (diff)
downloadFreeBSD-src-a4af499e53036c80c0b6cf3d7f02363ff3dbb478.zip
FreeBSD-src-a4af499e53036c80c0b6cf3d7f02363ff3dbb478.tar.gz
mklocale has bad juju for Sparc64.
Diffstat (limited to 'share/Makefile')
-rw-r--r--share/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile
index d79d7a4..9340954 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -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
OpenPOWER on IntegriCloud