diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2002-05-22 01:04:42 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2002-05-22 01:04:42 +0000 |
| commit | 504de8da7e199124a8c798b87d22e86bd57adaea (patch) | |
| tree | 127ec2de299bfc29cff44c23f448d3f2036246b9 /share/Makefile | |
| parent | 03adb816d7d10467090507049570aa9a776e96dd (diff) | |
Notes
Diffstat (limited to 'share/Makefile')
| -rw-r--r-- | share/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/Makefile b/share/Makefile index 9340954473b9..6b09c07930c4 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 |
