Unbreak WITHOUT_LIBPHREAD/WITHOUT_LIBC_R option support, depending

on platform.
This commit is contained in:
Ruslan Ermilov 2006-03-21 11:00:54 +00:00
parent c60fab8c03
commit a50767eb92
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156944
2 changed files with 12 additions and 1 deletions

View File

@ -6,7 +6,12 @@ SUBDIR= ${_ggatec} \
${_ggated} \
ggatel
.if ${MK_LIBPTHREAD} != "no"
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
.if ${MK_LIBC_R} != "no"
_ggatec= ggatec
_ggated= ggated
.endif
.elif ${MK_LIBPTHREAD} != "no"
_ggatec= ggatec
_ggated= ggated
.endif

View File

@ -262,8 +262,14 @@ _calendar= calendar
.if ${MK_OPENSSL} != "no"
_chkey= chkey
_newkey= newkey
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
.if ${MK_LIBC_R} != "no"
_csup= csup
.endif
.elif ${MK_LIBPTHREAD} != "no"
_csup= csup
.endif
.endif
.if ${MK_HESIOD} != "no"
_hesinfo= hesinfo