diff options
-rw-r--r-- | share/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/Makefile b/share/Makefile index 9340954..6b09c07 100644 --- a/share/Makefile +++ b/share/Makefile @@ -6,12 +6,11 @@ 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) +.if !defined(NO_SHAREDOCS) && ${MACHINE_ARCH} != "ia64" SUBDIR+= doc .endif |