diff options
author | yongari <yongari@FreeBSD.org> | 2010-01-25 18:52:47 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2010-01-25 18:52:47 +0000 |
commit | 9d1af239b116777fa8125a38a90968512aa42159 (patch) | |
tree | 283c90fc34b7e8c6af223422c2320dcc4f1f655e /lib/Makefile | |
parent | 2371e9986a0649a3c084cec521cd34181c6046b8 (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 |