summaryrefslogtreecommitdiffstats
path: root/usr.bin/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 /usr.bin/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 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 6d30029..743aeab 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -390,4 +390,8 @@ _smbutil= smbutil
_smbutil= smbutil
.endif
+.if ${MACHINE_ARCH} == "sparc64"
+_smbutil= smbutil
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud