diff options
author | jhb <jhb@FreeBSD.org> | 2002-11-27 19:16:39 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-11-27 19:16:39 +0000 |
commit | f0e954c00f4e4a5ac8050b630ef8f67399efce48 (patch) | |
tree | ee8c9d36dd1b5fa258f0e21cf763fff30ac787f3 /usr.sbin/sysinstall | |
parent | 4d5b257abe7f39a6448741e44e2c617896448958 (diff) | |
download | FreeBSD-src-f0e954c00f4e4a5ac8050b630ef8f67399efce48.zip FreeBSD-src-f0e954c00f4e4a5ac8050b630ef8f67399efce48.tar.gz |
Enable the compat4x distribution on Alpha as well as i386.
Approved by: re
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r-- | usr.sbin/sysinstall/dist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index e89a3ac..3e58408 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 }, |