new config display applet, from bug 46.  i've changed the name
of the applet from "config" to "bbconfig", and renamed the
source filenames and symbols to match appropriately.
diff --git a/Makefile b/Makefile
index 12a4f36..e6c5a35 100644
--- a/Makefile
+++ b/Makefile
@@ -200,7 +200,7 @@
 	scripts/mkdep -I include -- \
 	  `find $(top_srcdir) -name \*.h -print | sed -e "s,^./,,"` >> .hdepend;
 
-depend dep: .depend
+depend dep: .depend include/bbconfigopts.h
 
 include/config/MARKER: depend scripts/split-include
 	scripts/split-include include/config.h include/config
@@ -219,6 +219,10 @@
 		< $< >> $@
 	echo "#endif" >> $@
 
+include/bbconfigopts.h: .config
+	scripts/config/mkconfigs >include/bbconfigopts.h
+       
+
 finished2:
 	$(SECHO)
 	$(SECHO) Finished installing...