Enable the compat4x distribution on Alpha as well as i386.

Approved by:	re
This commit is contained in:
John Baldwin 2002-11-27 19:16:39 +00:00
parent 8486a530a2
commit 23ce8bb61b

View File

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