]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/mk/local.dirdeps.mk
Sync from head
[FreeBSD/FreeBSD.git] / share / mk / local.dirdeps.mk
1 .if !target(_DIRDEP_USE)
2 # first time read
3 .if ${MACHINE} == "host"
4 DIRDEPS_FILTER+= \
5         Ninclude* \
6         Nlib/* \
7         Ngnu/lib/* \
8
9 .endif
10 .endif
11
12 # this is how we can handle optional dependencies
13 .if ${MK_SSP:Uno} != "no" && defined(PROG)
14 DIRDEPS += gnu/lib/libssp/libssp_nonshared
15 .endif