diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2002-11-10 00:04:33 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2002-11-10 00:04:33 +0000 |
commit | d350feff2c61440846891e816c4e7cd607714116 (patch) | |
tree | 9d0a975ea53f42b3840b507e88d0d09cd2f9fe16 /share/Makefile | |
parent | eb9741e47d97044a46ad9e2a2b677b3543eecc75 (diff) |
Build the doc subdir on ia64. We have groff working for a while.
Notes
Notes:
svn path=/head/; revision=106714
Diffstat (limited to 'share/Makefile')
-rw-r--r-- | share/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile index 6b09c07930c4..81b70aaa0dd7 100644 --- a/share/Makefile +++ b/share/Makefile @@ -10,7 +10,7 @@ SUBDIR= colldef dict examples man me misc mk monetdef \ SUBDIR+= mklocale .endif -.if !defined(NO_SHAREDOCS) && ${MACHINE_ARCH} != "ia64" +.if !defined(NO_SHAREDOCS) SUBDIR+= doc .endif |