aboutsummaryrefslogtreecommitdiff
path: root/share/Makefile
diff options
context:
space:
mode:
authorThomas Moestl <tmm@FreeBSD.org>2003-01-03 18:06:21 +0000
committerThomas Moestl <tmm@FreeBSD.org>2003-01-03 18:06:21 +0000
commitf3a24ab2b608c5f7e207cd13676b79e92c841d2d (patch)
treeaa46f9bd6bf516aed6275e157fab16e01cd86020 /share/Makefile
parentd162136327bfe8825232dced320b6138fb4ab411 (diff)
downloadsrc-f3a24ab2b608c5f7e207cd13676b79e92c841d2d.tar.gz
src-f3a24ab2b608c5f7e207cd13676b79e92c841d2d.zip
Reenable building in share/mklocale for sparc64. It seems to work fine
now, and probably did for quite some time already. 5.0 candidate. Spotted by: roam
Notes
Notes: svn path=/head/; revision=108606
Diffstat (limited to 'share/Makefile')
-rw-r--r--share/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/share/Makefile b/share/Makefile
index 81b70aaa0dd7..d79d7a4261ea 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -3,13 +3,9 @@
# Do not include `info' in the SUBDIR list, it is handled separately.
-SUBDIR= colldef dict examples man me misc mk monetdef \
+SUBDIR= colldef dict examples man me misc mk mklocale monetdef \
msgdef numericdef skel syscons tabset termcap timedef zoneinfo
-.if ${MACHINE_ARCH} != "sparc64"
-SUBDIR+= mklocale
-.endif
-
.if !defined(NO_SHAREDOCS)
SUBDIR+= doc
.endif