K 10 svn:author V 3 imp K 8 svn:date V 27 2015-08-27T01:55:00.524100Z K 7 svn:log V 303 Automatically append SUBDIR.yes to the SUBDIR variable, and remove duplicates. We cannot sort SUBDIR because many Makefiles have .WAIT in the list which is strongly ordering. Rather than try to second guess when to sort and when to not sort depending on .WAIT being in the list, just remove duplicates. END