Don't build doc on ia64. No groff in sight.
This commit is contained in:
parent
53ca2106e4
commit
30d1775760
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user