Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2010 18:52:47 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r202982 - in head: lib usr.bin usr.sbin
Message-ID:  <201001251852.o0PIqlm8048226@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yongari
Date: Mon Jan 25 18:52:47 2010
New Revision: 202982
URL: http://svn.freebsd.org/changeset/base/202982

Log:
  Connect smbfs related libraries and tool on sparc64.
  
  Reviewed by:	marius

Modified:
  head/lib/Makefile
  head/usr.bin/Makefile
  head/usr.sbin/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile	Mon Jan 25 18:50:58 2010	(r202981)
+++ head/lib/Makefile	Mon Jan 25 18:52:47 2010	(r202982)
@@ -119,6 +119,10 @@ _libvgl=	libvgl
 _libsmb=	libsmb
 .endif
 
+.if ${MACHINE_ARCH} == "sparc64"
+_libsmb=	libsmb
+.endif
+
 .if ${MK_OPENSSL} != "no"
 _libmp=		libmp
 .endif

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile	Mon Jan 25 18:50:58 2010	(r202981)
+++ head/usr.bin/Makefile	Mon Jan 25 18:52:47 2010	(r202982)
@@ -390,4 +390,8 @@ _smbutil=	smbutil
 _smbutil=	smbutil
 .endif
 
+.if ${MACHINE_ARCH} == "sparc64"
+_smbutil=	smbutil
+.endif
+
 .include <bsd.subdir.mk>

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile	Mon Jan 25 18:50:58 2010	(r202981)
+++ head/usr.sbin/Makefile	Mon Jan 25 18:52:47 2010	(r202982)
@@ -512,6 +512,7 @@ _ofwdump=	ofwdump
 
 .if ${MACHINE_ARCH} == "sparc64"
 _eeprom=	eeprom
+_mount_smbfs=	mount_smbfs
 _ofwdump=	ofwdump
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001251852.o0PIqlm8048226>