diff options
Diffstat (limited to 'targets/pseudo/the-lot/Makefile.depend')
-rw-r--r-- | targets/pseudo/the-lot/Makefile.depend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/targets/pseudo/the-lot/Makefile.depend b/targets/pseudo/the-lot/Makefile.depend index 3e10558a9de1..9909bfa46e2c 100644 --- a/targets/pseudo/the-lot/Makefile.depend +++ b/targets/pseudo/the-lot/Makefile.depend @@ -1,5 +1,7 @@ # $FreeBSD$ +.include <src.opts.mk> + # This file is not autogenerated - take care! DIRDEPS = \ @@ -7,4 +9,8 @@ DIRDEPS = \ targets/pseudo/toolchain \ targets/pseudo/userland \ +.if ${MK_TESTS} != "no" +DIRDEPS+= targes/pseudo/tests +.endif + .include <dirdeps.mk> |