Changeset View
Changeset View
Standalone View
Standalone View
share/mk/src.libnames.mk
| Show First 20 Lines • Show All 323 Lines • ▼ Show 20 Lines | |||||
| .if ${.MAKE.OS} == "FreeBSD" || !defined(BOOTSTRAPPING) | .if ${.MAKE.OS} == "FreeBSD" || !defined(BOOTSTRAPPING) | ||||
| .if ${MK_OPENSSL} != "no" | .if ${MK_OPENSSL} != "no" | ||||
| _DP_archive+= crypto | _DP_archive+= crypto | ||||
| .else | .else | ||||
| _DP_archive+= md | _DP_archive+= md | ||||
| .endif | .endif | ||||
| .endif | .endif | ||||
| _DP_sqlite3= pthread | _DP_sqlite3= pthread | ||||
| _DP_ssl= crypto | _DP_ssl= pthread crypto | ||||
| _DP_ssh= crypto crypt z | _DP_ssh= crypto crypt z | ||||
| .if ${MK_LDNS} != "no" | .if ${MK_LDNS} != "no" | ||||
| _DP_ssh+= ldns | _DP_ssh+= ldns | ||||
| .endif | .endif | ||||
| _DP_edit= tinfow | _DP_edit= tinfow | ||||
| .if ${MK_OPENSSL} != "no" | .if ${MK_OPENSSL} != "no" | ||||
| _DP_bsnmp= crypto | _DP_bsnmp= crypto | ||||
| .endif | .endif | ||||
| ▲ Show 20 Lines • Show All 591 Lines • Show Last 20 Lines | |||||