Explicitly set the lib32 distribution set (32-bit compatibility
libraries) to be selected by default during bsdinstall(8).
While lib32 is currently selected by default, it occurs implicitly
because default_lib32 is unset, falling into a catch-all that defaults
to "on".
The lib32 is selected by default because it is needed by some popular
ports, such as wine and steam.