mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 22:23:08 +00:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
17 lines
293 B
Makefile
17 lines
293 B
Makefile
.include <src.opts.mk>
|
|
|
|
SUBDIR+= gtest
|
|
SUBDIR+= gmock
|
|
SUBDIR+= gmock_main
|
|
SUBDIR+= gtest_main
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR_DEPEND_gtest_main= gtest
|
|
SUBDIR_DEPEND_gmock= gtest
|
|
SUBDIR_DEPEND_gmock_main= gmock
|
|
SUBDIR_DEPEND_tests= gmock_main
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|