summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2012-10-18 12:04:56 +0000
committerattilio <attilio@FreeBSD.org>2012-10-18 12:04:56 +0000
commit65d8b7120dda17d3319b5cb108caf8e3596f905f (patch)
treebd8beba1f741059b6d9618b1d3ae6b157a5183c3 /rescue
parent79873f5916d43087246ed5b95823cc20014e07a4 (diff)
downloadFreeBSD-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/Makefile2
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"
OpenPOWER on IntegriCloud