From 30d177576017f86de41e196fc55e1b99ddd97afb Mon Sep 17 00:00:00 2001 From: marcel Date: Wed, 22 May 2002 01:04:42 +0000 Subject: Don't build doc on ia64. No groff in sight. --- share/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'share/Makefile') 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 -- cgit v1.1