1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Build libsmb and smbutil on ia64.

This commit is contained in:
Marcel Moolenaar 2006-08-22 03:22:17 +00:00
parent a6a4232f96
commit e108ac655d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161524
2 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,10 @@ _libsmb= libsmb
_libvgl= libvgl _libvgl= libvgl
.endif .endif
.if ${MACHINE_ARCH} == "ia64"
_libsmb= libsmb
.endif
.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "ia64" && \ .if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "ia64" && \
${MACHINE_ARCH} != "powerpc" && ${MK_LIBC_R} != "no" ${MACHINE_ARCH} != "powerpc" && ${MK_LIBC_R} != "no"
_libc_r= _libc_r=

View File

@ -316,6 +316,10 @@ _ncplogin= ncplogin
_smbutil= smbutil _smbutil= smbutil
.endif .endif
.if ${MACHINE_ARCH} == "ia64"
_smbutil= smbutil
.endif
.if ${MACHINE_ARCH} == "amd64" .if ${MACHINE_ARCH} == "amd64"
.if ${MK_NCP} != "no" .if ${MK_NCP} != "no"
_ncplist= ncplist _ncplist= ncplist