src.libnames.mk (dafd960a3d65cdaccb1f8b9395fad14092ec9eb2) src.libnames.mk (d5984d5f29a7c717b88ccd17a85a747792403cdf)
1#
2# The include file <src.libnames.mk> define library names suitable
3# for INTERNALLIB and PRIVATELIB definition
4
5.if !target(__<bsd.init.mk>__)
6.error src.libnames.mk cannot be included directly.
7.endif
8

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

324.if ${.MAKE.OS} == "FreeBSD" || !defined(BOOTSTRAPPING)
325.if ${MK_OPENSSL} != "no"
326_DP_archive+= crypto
327.else
328_DP_archive+= md
329.endif
330.endif
331_DP_sqlite3= pthread
1#
2# The include file <src.libnames.mk> define library names suitable
3# for INTERNALLIB and PRIVATELIB definition
4
5.if !target(__<bsd.init.mk>__)
6.error src.libnames.mk cannot be included directly.
7.endif
8

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

324.if ${.MAKE.OS} == "FreeBSD" || !defined(BOOTSTRAPPING)
325.if ${MK_OPENSSL} != "no"
326_DP_archive+= crypto
327.else
328_DP_archive+= md
329.endif
330.endif
331_DP_sqlite3= pthread
332_DP_ssl= crypto
332_DP_ssl= pthread crypto
333_DP_ssh= crypto crypt z
334.if ${MK_LDNS} != "no"
335_DP_ssh+= ldns
336.endif
337_DP_edit= tinfow
338.if ${MK_OPENSSL} != "no"
339_DP_bsnmp= crypto
340.endif

--- 591 unchanged lines hidden ---
333_DP_ssh= crypto crypt z
334.if ${MK_LDNS} != "no"
335_DP_ssh+= ldns
336.endif
337_DP_edit= tinfow
338.if ${MK_OPENSSL} != "no"
339_DP_bsnmp= crypto
340.endif

--- 591 unchanged lines hidden ---