I have added a trivial change to NLBConfig.py. The change is that the variable SOURCES will now be created for the Makefile. SOURCES has the names of all files used to actually build a linuxbios for a given target. I have also added etags targets to the prototype makefiles. Once you are in a build directory for a given target, you can make etags and you will get tags for ONLY those files used to build that particular target. This is very useful I hope for all of you. Coming soon: I am going to build doxygen config files for the build directory, so that you can type make documentation and get a nice little manual specific to the files used to build your target. ron