diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-10 02:40:41 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-10 02:40:41 +0000 |
commit | c54847229c69c7c3e6e709e1ef3e42503b03d353 (patch) | |
tree | bac0352725fde3f6d30d59e2273d2e07acc9082d /usr.sbin/sysinstall | |
parent | 80c5d6d0797b7022ff698b986438f89815b1b1ee (diff) | |
download | src-c54847229c69c7c3e6e709e1ef3e42503b03d353.tar.gz src-c54847229c69c7c3e6e709e1ef3e42503b03d353.zip |
We do have a compat4x dist for Alpha.
Notes
Notes:
svn path=/head/; revision=87588
Diffstat (limited to 'usr.sbin/sysinstall')
-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 e15f088651b8..25921db670b6 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", |