Existing instructions for building legacy wallet support omit -DWITH_BDB=ON, which results in:
CMake Warning:
Manually-specified variables were not used by the project:
BerkeleyDB_INCLUDE_DIR
and a build without BDB support.
This PR updates the docs to include -DWITH_BDB=ON.
Also adds a minor correction to the OpenBSD build doc.
Checked by building on Linux (Debian 12.7), FreeBSD 14.1, and OpenBSD 7.5 and attempting to create a legacy wallet with the createwallet rpc (with -deprecatedrpc=create_bdb).