sort of...yeah. did you give any thought to collapsing stuff like
/usr/src/foo/bar/fork/knife/spoon/../../../Makefile
to
/usr/Makefile
you can't really do that. you don't know where you'll really end up
after the ..'s, due to symlinks.
.mrg.