Index: projects/import-googletest-1.8.1/lib/googletest/Makefile =================================================================== --- projects/import-googletest-1.8.1/lib/googletest/Makefile (revision 344335) +++ projects/import-googletest-1.8.1/lib/googletest/Makefile (revision 344336) @@ -1,10 +1,14 @@ # $FreeBSD$ -SUBDIR+= gtest -SUBDIR+= .WAIT -SUBDIR+= gmock -SUBDIR+= .WAIT -SUBDIR+= gmock_main -SUBDIR+= gtest_main +.include + +SUBDIR+= gtest +SUBDIR+= .WAIT +SUBDIR+= gmock +SUBDIR+= .WAIT +SUBDIR+= gmock_main +SUBDIR+= gtest_main + +SUBDIR.${MK_TESTS}+= tests .include Index: projects/import-googletest-1.8.1/lib/googletest/tests/Makefile =================================================================== --- projects/import-googletest-1.8.1/lib/googletest/tests/Makefile (nonexistent) +++ projects/import-googletest-1.8.1/lib/googletest/tests/Makefile (revision 344336) @@ -0,0 +1,6 @@ +# $FreeBSD$ + +.PATH: ${SRCTOP}/tests +KYUAFILE= yes + +.include Property changes on: projects/import-googletest-1.8.1/lib/googletest/tests/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property