These directories are attempts at providing more functionality
in single user mode to make it easier to bring up the complete
NetBSD system. The binaries are static linked versions from the
previous NetBSD binary release.

The ftp works just fine, provided you have done the required
network setups.

We added gzip, uncompress & compress so they are available and
usable. The current tar command does not use gzip, but instead
uses the compress programs. However, the following works for me:

	gzip -d < file.tar.gz | tar xvf -

We also added rz and sz for another modem transfer method.
