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 /rescue | |
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 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index b617353..62db656 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -130,8 +130,6 @@ CRUNCH_LIBS+= -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz .if ${MACHINE_CPUARCH} == "i386" CRUNCH_PROGS_sbin+= bsdlabel sconfig fdisk CRUNCH_ALIAS_bsdlabel= disklabel -#CRUNCH_PROGS+= mount_smbfs -#CRUNCH_LIBS+= -lsmb .endif .if ${MACHINE} == "pc98" |