diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index e15f088651b..25921db670b 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -225,9 +225,9 @@ distVerifyFlags(void) #if __FreeBSD__ > 3 Dists |= DIST_COMPAT3X; #endif +#endif #if __FreeBSD__ > 4 Dists |= DIST_COMPAT4X; -#endif #endif } if (isDebug())