Changeset View
Changeset View
Standalone View
Standalone View
share/mk/src.libnames.mk
| Show First 20 Lines • Show All 381 Lines • ▼ Show 20 Lines | |||||
| _DP_kafs5= asn1 krb5 roken | _DP_kafs5= asn1 krb5 roken | ||||
| _DP_krb5= asn1 com_err crypt crypto hx509 roken wind heimbase heimipcc | _DP_krb5= asn1 com_err crypt crypto hx509 roken wind heimbase heimipcc | ||||
| _DP_gssapi_krb5= gssapi krb5 crypto roken asn1 com_err | _DP_gssapi_krb5= gssapi krb5 crypto roken asn1 com_err | ||||
| _DP_lzma= md pthread | _DP_lzma= md pthread | ||||
| _DP_ucl= m | _DP_ucl= m | ||||
| _DP_vmmapi= util | _DP_vmmapi= util | ||||
| _DP_opencsd= cxxrt | _DP_opencsd= cxxrt | ||||
| _DP_ctf= spl z | _DP_ctf= spl z | ||||
| _DP_dtrace= ctf elf proc pthread rtld_db | _DP_dtrace= ctf elf proc pthread rtld_db xo | ||||
| _DP_xo= util | _DP_xo= util | ||||
| _DP_ztest= geom m nvpair umem zpool pthread avl zfs_core spl zutil zfs uutil icp | _DP_ztest= geom m nvpair umem zpool pthread avl zfs_core spl zutil zfs uutil icp | ||||
| # The libc dependencies are not strictly needed but are defined to make the | # The libc dependencies are not strictly needed but are defined to make the | ||||
| # assert happy. | # assert happy. | ||||
| _DP_c= compiler_rt | _DP_c= compiler_rt | ||||
| # Use libssp_nonshared only on i386 and power*. Other archs emit direct calls | # Use libssp_nonshared only on i386 and power*. Other archs emit direct calls | ||||
| # to __stack_chk_fail, not __stack_chk_fail_local provided by libssp_nonshared. | # to __stack_chk_fail, not __stack_chk_fail_local provided by libssp_nonshared. | ||||
| .if ${MK_SSP} != "no" && \ | .if ${MK_SSP} != "no" && \ | ||||
| ▲ Show 20 Lines • Show All 395 Lines • Show Last 20 Lines | |||||