Enable the compat4x distribution on Alpha as well as i386.
Approved by: re
This commit is contained in:
parent
8486a530a2
commit
23ce8bb61b
@ -86,6 +86,8 @@ static Distribution DistTable[] = {
|
||||
{ "compat21", "/", &Dists, DIST_COMPAT21, NULL },
|
||||
{ "compat22", "/", &Dists, DIST_COMPAT22, NULL },
|
||||
{ "compat3x", "/", &Dists, DIST_COMPAT3X, NULL },
|
||||
#endif
|
||||
#if defined(__i386__) || defined(__alpha__)
|
||||
{ "compat4x", "/", &Dists, DIST_COMPAT4X, NULL },
|
||||
#endif
|
||||
{ "ports", "/usr", &Dists, DIST_PORTS, NULL },
|
||||
|
Loading…
Reference in New Issue
Block a user