diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index e89a3acf5a1b..3e58408c8ddb 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -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 },