mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Only i386 and Alpha have the compat4x distribution.
This commit is contained in:
parent
5fcf4e4398
commit
1118e5b37a
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ DIST_DOCS_ARCH_DEP= installation relnotes hardware
|
|||
#
|
||||
.if ${TARGET_ARCH} == "i386"
|
||||
COMPAT_DISTS?= compat1x compat20 compat21 compat22 compat3x compat4x
|
||||
.elif ${TARGET_ARCH} != "ia64"
|
||||
.elif ${TARGET_ARCH} == "alpha"
|
||||
COMPAT_DISTS?= compat4x
|
||||
.endif
|
||||
OTHER_DISTS?= catpages manpages games proflibs dict info doc
|
||||
|
|
|
|||
Loading…
Reference in a new issue