aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/dist.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-11-27 19:16:39 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-11-27 19:16:39 +0000
commit23ce8bb61bca61ec1742d7ecbe26d6b9e72cdecd (patch)
treeee8c9d36dd1b5fa258f0e21cf763fff30ac787f3 /usr.sbin/sysinstall/dist.c
parent8486a530a2284d2f19ac8bf8b75544256bea10cc (diff)
downloadsrc-23ce8bb61bca61ec1742d7ecbe26d6b9e72cdecd.tar.gz
src-23ce8bb61bca61ec1742d7ecbe26d6b9e72cdecd.zip
Enable the compat4x distribution on Alpha as well as i386.
Approved by: re
Notes
Notes: svn path=/head/; revision=107333
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
-rw-r--r--usr.sbin/sysinstall/dist.c2
1 files changed, 2 insertions, 0 deletions
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 },