summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2010-01-25 18:52:47 +0000
committeryongari <yongari@FreeBSD.org>2010-01-25 18:52:47 +0000
commit9d1af239b116777fa8125a38a90968512aa42159 (patch)
tree283c90fc34b7e8c6af223422c2320dcc4f1f655e /lib/Makefile
parent2371e9986a0649a3c084cec521cd34181c6046b8 (diff)
downloadFreeBSD-src-9d1af239b116777fa8125a38a90968512aa42159.zip
FreeBSD-src-9d1af239b116777fa8125a38a90968512aa42159.tar.gz
Connect smbfs related libraries and tool on sparc64.
Reviewed by: marius
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 345b2ed..f57d5d4 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -119,6 +119,10 @@ _libvgl= libvgl
_libsmb= libsmb
.endif
+.if ${MACHINE_ARCH} == "sparc64"
+_libsmb= libsmb
+.endif
+
.if ${MK_OPENSSL} != "no"
_libmp= libmp
.endif
OpenPOWER on IntegriCloud