I ran into a problem where if I did something like 'make -j12', that include/roken.h would not be put in place before something like src/auth/userok.c, was built, and the build would blow up later with 'rk_rename' undefined errors during link. Is there a clean way to put this into the dependencies in the top-level makefile?