diff options
author | marcel <marcel@FreeBSD.org> | 2002-11-10 00:04:33 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2002-11-10 00:04:33 +0000 |
commit | fbae61023007384f97a6b7ca7d85c8298be06e62 (patch) | |
tree | 9d0a975ea53f42b3840b507e88d0d09cd2f9fe16 | |
parent | 24262691d49f01bd201ab8e623d06f165717a53a (diff) | |
download | FreeBSD-src-fbae61023007384f97a6b7ca7d85c8298be06e62.zip FreeBSD-src-fbae61023007384f97a6b7ca7d85c8298be06e62.tar.gz |
Build the doc subdir on ia64. We have groff working for a while.
-rw-r--r-- | share/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile index 6b09c07..81b70aa 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 |