summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-12-02 01:54:15 +0000
committerjkh <jkh@FreeBSD.org>1999-12-02 01:54:15 +0000
commitbb805ad2b2d42d51e0884db232b350f0ff53a671 (patch)
treebe23f68ef65c0a5dff2768fb5e69e55515c98f93 /usr.sbin/sysinstall
parentf580a3395acbbfda78e97b77941a2494171daa97 (diff)
downloadFreeBSD-src-bb805ad2b2d42d51e0884db232b350f0ff53a671.zip
FreeBSD-src-bb805ad2b2d42d51e0884db232b350f0ff53a671.tar.gz
We need COMPAT3X for both i386 and alpha, not just i386.
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/dist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index f1e1149..a97c182 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -212,10 +212,10 @@ distVerifyFlags(void)
Dists |= DIST_XF86;
#ifdef __i386__
Dists |= DIST_COMPAT22; /* For certain old X applications */
+#endif
#if __FreeBSD__ > 3
Dists |= DIST_COMPAT3X;
#endif
-#endif
}
if (isDebug())
msgDebug("Dist Masks: Dists: %0x, DES: %0x, Srcs: %0x\nXServer: %0x, XFonts: %0x, XDists: %0x\n",
OpenPOWER on IntegriCloud