K 10 svn:author V 3 sjg K 8 svn:date V 27 2014-05-19T19:08:46.834289Z K 7 svn:log V 331 _SUBDIR is marked .MAKE - since it runs a sub-make. Targets thus marked are supposed to run even with -n. As such they should not do anything except run the sub-make. Use an intermediate target _* to associate with _SUBDIR and which depends on installincludes etc so that we get the correct behavior with -n. Reviewed by: marcel END