Don't build doc on ia64. No groff in sight.

This commit is contained in:
Marcel Moolenaar 2002-05-22 01:04:42 +00:00
parent 03adb816d7
commit 504de8da7e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97089

View File

@ -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