summaryrefslogtreecommitdiffstats
path: root/share/mk/local.dirdeps.mk
blob: dedf9e274134343a70be88f9b2a8712ae9bce5d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.if !target(_DIRDEP_USE)
# first time read
.if ${MACHINE} == "host"
DIRDEPS_FILTER+= \
	Ninclude* \
	Nlib/* \
	Ngnu/lib/* \

.endif
.endif

# this is how we can handle optional dependencies
.if ${MK_SSP:Uno} != "no" && defined(PROG)
DIRDEPS += gnu/lib/libssp/libssp_nonshared
.endif
OpenPOWER on IntegriCloud