diff options
author | obrien <obrien@FreeBSD.org> | 2001-12-10 02:40:41 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-12-10 02:40:41 +0000 |
commit | 5bec087a498dbddecc168df2922e547bea7eef52 (patch) | |
tree | bac0352725fde3f6d30d59e2273d2e07acc9082d /usr.sbin | |
parent | c42414784748aafa62eb884aaaa74655f662c3af (diff) | |
download | FreeBSD-src-5bec087a498dbddecc168df2922e547bea7eef52.zip FreeBSD-src-5bec087a498dbddecc168df2922e547bea7eef52.tar.gz |
We do have a compat4x dist for Alpha.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sysinstall/dist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index e15f088..25921db 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -225,10 +225,10 @@ distVerifyFlags(void) #if __FreeBSD__ > 3 Dists |= DIST_COMPAT3X; #endif +#endif #if __FreeBSD__ > 4 Dists |= DIST_COMPAT4X; #endif -#endif } if (isDebug()) msgDebug("Dist Masks: Dists: %0x, CRYPTO: %0x, Srcs: %0x\nXServer: %0x, XFonts: %0x, XDists: %0x\n", |