> The regression tests under randomdata do not work. They must build > libaa before running. libaa doesn't have a target for regress so > even though it's a SUBDIR in ../Makefile, it doesn't do anything.
They do; the magic to build libaa comes from regress/libexec/ld.so/randomdata/Makefile.inc . There are no regress tests to run in the libaa directory itself, but it needs to be in SUBDIR to get the obj directory and symlink created.
