diff options
author | attilio <attilio@FreeBSD.org> | 2012-10-18 12:04:56 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2012-10-18 12:04:56 +0000 |
commit | 65d8b7120dda17d3319b5cb108caf8e3596f905f (patch) | |
tree | bd8beba1f741059b6d9618b1d3ae6b157a5183c3 /lib/Makefile | |
parent | 79873f5916d43087246ed5b95823cc20014e07a4 (diff) | |
download | FreeBSD-src-65d8b7120dda17d3319b5cb108caf8e3596f905f.zip FreeBSD-src-65d8b7120dda17d3319b5cb108caf8e3596f905f.tar.gz |
Disconnect non-MPSAFE SMBFS from the build in preparation for dropping
GIANT from VFS. In addition, disconnect also netsmb, which is a base
requirement for SMBFS.
In the while SMBFS regular users can use FUSE interface and smbnetfs
port to work with their SMBFS partitions.
Also, there are ongoing efforts by vendor to support in-kernel smbfs,
so there are good chances that it will get relinked once properly locked.
This is not targeted for MFC.
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/Makefile b/lib/Makefile index ae25924..431abf4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -100,7 +100,6 @@ SUBDIR= ${SUBDIR_ORDERED} \ ${_librtld_db} \ ${_libsdp} \ ${_libsm} \ - ${_libsmb} \ ${_libsmdb} \ ${_libsmutil} \ libstand \ @@ -188,7 +187,6 @@ _libypclnt= libypclnt .endif .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" -_libsmb= libsmb _libvgl= libvgl _libproc= libproc _librtld_db= librtld_db @@ -196,7 +194,6 @@ _librtld_db= librtld_db .if ${MACHINE_CPUARCH} == "ia64" _libefi= libefi -_libsmb= libsmb .endif .if ${MACHINE_CPUARCH} == "mips" @@ -204,14 +201,6 @@ _libproc= libproc _librtld_db= librtld_db .endif -.if ${MACHINE_CPUARCH} == "powerpc" -_libsmb= libsmb -.endif - -.if ${MACHINE_CPUARCH} == "sparc64" -_libsmb= libsmb -.endif - .if ${MK_OPENSSL} != "no" _libmp= libmp .endif |