src.libnames.mk (3091cdb11fb05e554a54710116be87ee1f55c287) src.libnames.mk (e9d961055aa2502f4915611e8fb2e9f9f9c86719)
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

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

197 sm \
198 smb \
199 spl \
200 ssl \
201 ssp_nonshared \
202 stats \
203 stdthreads \
204 supcplusplus \
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

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

197 sm \
198 smb \
199 spl \
200 ssl \
201 ssp_nonshared \
202 stats \
203 stdthreads \
204 supcplusplus \
205 sys \
205 sysdecode \
206 tacplus \
207 termcapw \
208 tinfow \
209 tpool \
210 ufs \
211 ugidfw \
212 ulog \

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

396# Use libssp_nonshared only on i386 and power*. Other archs emit direct calls
397# to __stack_chk_fail, not __stack_chk_fail_local provided by libssp_nonshared.
398.if ${MK_SSP} != "no" && \
399 (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH:Mpower*} != "")
400_DP_c+= ssp_nonshared
401.endif
402_DP_stats= sbuf pthread
403_DP_stdthreads= pthread
206 sysdecode \
207 tacplus \
208 termcapw \
209 tinfow \
210 tpool \
211 ufs \
212 ugidfw \
213 ulog \

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

397# Use libssp_nonshared only on i386 and power*. Other archs emit direct calls
398# to __stack_chk_fail, not __stack_chk_fail_local provided by libssp_nonshared.
399.if ${MK_SSP} != "no" && \
400 (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH:Mpower*} != "")
401_DP_c+= ssp_nonshared
402.endif
403_DP_stats= sbuf pthread
404_DP_stdthreads= pthread
405_DP_sys= compiler_rt
406# Use libssp_nonshared only on i386 and power*. Other archs emit direct calls
407# to __stack_chk_fail, not __stack_chk_fail_local provided by libssp_nonshared.
408.if ${MK_SSP} != "no" && \
409 (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH:Mpower*} != "")
410_DP_sys+= ssp_nonshared
411.endif
404_DP_tacplus= md pam
405_DP_ncursesw= tinfow
406_DP_formw= ncursesw
407_DP_nvpair= spl
408_DP_panelw= ncursesw
409_DP_rpcsec_gss= gssapi
410_DP_smb= kiconv
411_DP_ulog= md

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

549LIBSM?= ${LIBSMDIR}/libsm${PIE_SUFFIX}.a
550
551LIBSMDBDIR= ${_LIB_OBJTOP}/lib/libsmdb
552LIBSMDB?= ${LIBSMDBDIR}/libsmdb${PIE_SUFFIX}.a
553
554LIBSMUTILDIR= ${_LIB_OBJTOP}/lib/libsmutil
555LIBSMUTIL?= ${LIBSMUTILDIR}/libsmutil${PIE_SUFFIX}.a
556
412_DP_tacplus= md pam
413_DP_ncursesw= tinfow
414_DP_formw= ncursesw
415_DP_nvpair= spl
416_DP_panelw= ncursesw
417_DP_rpcsec_gss= gssapi
418_DP_smb= kiconv
419_DP_ulog= md

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

557LIBSM?= ${LIBSMDIR}/libsm${PIE_SUFFIX}.a
558
559LIBSMDBDIR= ${_LIB_OBJTOP}/lib/libsmdb
560LIBSMDB?= ${LIBSMDBDIR}/libsmdb${PIE_SUFFIX}.a
561
562LIBSMUTILDIR= ${_LIB_OBJTOP}/lib/libsmutil
563LIBSMUTIL?= ${LIBSMUTILDIR}/libsmutil${PIE_SUFFIX}.a
564
565LIBSYSDIR= ${_LIB_OBJTOP}/lib/libsys
566LIBSYS?= ${LIBSYSDIR}/libsys${PIE_SUFFIX}.a
567
557LIBNETBSDDIR?= ${_LIB_OBJTOP}/lib/libnetbsd
558LIBNETBSD?= ${LIBNETBSDDIR}/libnetbsd${PIE_SUFFIX}.a
559
560LIBVERSDIR?= ${_LIB_OBJTOP}/kerberos5/lib/libvers
561LIBVERS?= ${LIBVERSDIR}/libvers${PIE_SUFFIX}.a
562
563LIBSLDIR= ${_LIB_OBJTOP}/kerberos5/lib/libsl
564LIBSL?= ${LIBSLDIR}/libsl${PIE_SUFFIX}.a

--- 229 unchanged lines hidden ---
568LIBNETBSDDIR?= ${_LIB_OBJTOP}/lib/libnetbsd
569LIBNETBSD?= ${LIBNETBSDDIR}/libnetbsd${PIE_SUFFIX}.a
570
571LIBVERSDIR?= ${_LIB_OBJTOP}/kerberos5/lib/libvers
572LIBVERS?= ${LIBVERSDIR}/libvers${PIE_SUFFIX}.a
573
574LIBSLDIR= ${_LIB_OBJTOP}/kerberos5/lib/libsl
575LIBSL?= ${LIBSLDIR}/libsl${PIE_SUFFIX}.a

--- 229 unchanged lines hidden ---