These are the slightly modified rebuild scripts from Michael VanLoon
that can be used to rebuild the rapidly changing NetBSD system.

-ROb Leland leland@freetocreate.cais.com

rebuild_netbsd - Rebuilds entire netbsd tree
                 Broken down into rebuild_tobin and rebuild_bin
		 As received from Michael was one script. I added the
                 rebuild_setenv so each script could share a common
                 environment! I also added the .buildgcc and .cleanafter
		 variables.
rebuild_tobin  - Rebuilds just the libraries
		 Good if you just want to make your machine busy while
		 you sleep. :-)
rebuild_bin    - Rebuilds from the binaries on, doesn't rebuild libaries.
rebuild_setenv - Common enviromental variables that all above scripts use.
		 Need to make this so it is only done once.
doconfig       - Very simple, used to rebuild a given kernel name.

NEEDED:
	A better doconfig script

COMMENTS:
	I used these scripts when the Dynamic linker format was changing
	quite often and it worked quite well.
