summaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authorDavide Italiano <davide@FreeBSD.org>2013-06-28 21:00:08 +0000
committerDavide Italiano <davide@FreeBSD.org>2013-06-28 21:00:08 +0000
commit237abf0c56afd2f4846230b70b42b4c3d02d2d19 (patch)
treee1591b3e71dfbd12dfea7bc7669be4a10541da31 /rescue
parentbbc6d2c1af692549bb62ab4ce214c9b97c2fb040 (diff)
downloadsrc-test2-237abf0c56afd2f4846230b70b42b4c3d02d2d19.tar.gz
src-test2-237abf0c56afd2f4846230b70b42b4c3d02d2d19.zip
- Trim an unused and bogus Makefile for mount_smbfs.
- Reconnect with some minor modifications, in particular now selsocket() internals are adapted to use sbintime units after recent'ish calloutng switch.
Notes
Notes: svn path=/head/; revision=252356
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index caec928fee7e..80acf63bf0f0 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -130,6 +130,8 @@ 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"