]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/mk/local.dirdeps.mk
Improve DIRDEP filtering.
[FreeBSD/FreeBSD.git] / share / mk / local.dirdeps.mk
1
2 # this is how we can handle optional dependencies
3 .if ${MK_SSP:Uno} != "no" && defined(PROG)
4 DIRDEPS += gnu/lib/libssp/libssp_nonshared
5 .endif
6
7 # we need pkgs/pseudo/stage to prep the stage tree
8 .if ${DEP_RELDIR:U${RELDIR}} != "pkgs/pseudo/stage"
9 DIRDEPS += pkgs/pseudo/stage
10 .endif
11
12 # we want to supress these dependencies for host tools
13 DIRDEPS_FILTER.host = \
14         Ninclude* \
15         Nlib/lib* \
16         Nlib/csu* \
17         Nlib/[mn]* \
18         Ngnu/lib/csu* \
19         Ngnu/lib/lib[a-r]* \
20