K 10 svn:author V 4 ngie K 8 svn:date V 27 2019-02-20T00:19:11.058812Z K 7 svn:log V 374 Fix up dependency finding for libg{mock,test}_main - Look up the corresponding non-*_main libraries via LDFLAGS using the directories provided in src.libnames.mk. This will allow the libraries to be built in the "make libraries" phase of buildworld. - gtest_main relies on gtest, but didn't explicitly call out the dependency in `LIBADD`. Fill in this missing blank. END