mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Don't build doc on ia64. No groff in sight.
This commit is contained in:
parent
03adb816d7
commit
504de8da7e
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue