K 10 svn:author V 4 jmmv K 8 svn:date V 27 2013-11-17T23:12:55.020793Z K 7 svn:log V 504 Fix the build of some ATF tests. When building various programs from a single Makefile, program-specific variables are of the form ., not _. Fix this obvious typo to fix the build when WITH_TESTS=yes. I am not sure how this ever worked before given that manual inspection of bsd.progs.mk clearly shows that the expected character between the two components is a dot and not an underscore... but I suspect the changes in r258095 exposed this oddity. Approved by: rpaulo (mentor) END