diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-09 22:46:01 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-09 22:46:01 +0000 |
| commit | 15c433351f54e7cd5bec8d36c8e89e6a7fa55b26 (patch) | |
| tree | a0b3fca30ae20b9963692729d14ee21c875ea7f7 /targets/pseudo/the-lot/Makefile.depend | |
| parent | 30924962f44b40ed3506b32bc90232f9a4a4c2a1 (diff) | |
Notes
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> |
