local.dirdeps.mk (b114e8fcd7f9c65f819f7199e9313ad3aafa370f) local.dirdeps.mk (cd0d51baaa4509a1db83251a601d34404d20c990)
1# $FreeBSD$
2.if !target(_DIRDEP_USE)
3# we are the 1st makefile
4
5.if !defined(MK_CLANG)
6.include "${SRCTOP}/share/mk/src.opts.mk"
7.endif
8

--- 61 unchanged lines hidden (view full) ---

70.endif
71
72.if ${DEP_MACHINE} != "host"
73
74# this is how we can handle optional dependencies
75.if ${DEP_RELDIR} == "lib/libc"
76DIRDEPS += lib/libc_nonshared
77.if ${MK_SSP:Uno} != "no"
1# $FreeBSD$
2.if !target(_DIRDEP_USE)
3# we are the 1st makefile
4
5.if !defined(MK_CLANG)
6.include "${SRCTOP}/share/mk/src.opts.mk"
7.endif
8

--- 61 unchanged lines hidden (view full) ---

70.endif
71
72.if ${DEP_MACHINE} != "host"
73
74# this is how we can handle optional dependencies
75.if ${DEP_RELDIR} == "lib/libc"
76DIRDEPS += lib/libc_nonshared
77.if ${MK_SSP:Uno} != "no"
78DIRDEPS += gnu/lib/libssp/libssp_nonshared
78DIRDEPS += lib/libssp_nonshared
79.endif
80.else
81DIRDEPS_FILTER.xtras+= Nlib/libc_nonshared
82.endif
83
84# some optional things
85.if ${MK_CTF} == "yes" && ${DEP_RELDIR:Mcddl/usr.bin/ctf*} == ""
86DIRDEPS += \

--- 147 unchanged lines hidden ---
79.endif
80.else
81DIRDEPS_FILTER.xtras+= Nlib/libc_nonshared
82.endif
83
84# some optional things
85.if ${MK_CTF} == "yes" && ${DEP_RELDIR:Mcddl/usr.bin/ctf*} == ""
86DIRDEPS += \

--- 147 unchanged lines hidden ---