summaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2013-12-26 02:25:57 +0000
committerchristos <christos@NetBSD.org>2013-12-26 02:25:57 +0000
commit9e4876b03bcceb235b79f0ac7945e2e506d4b0a0 (patch)
tree5c415189b9a7f9c50a823db0af5a06f6a01ed489 /rescue
parent44bdbc03d98e78bbeb4a436ef21c3a9acbdb10cd (diff)
mount_smbfs has moved.
Diffstat (limited to 'rescue')
-rw-r--r--rescue/Makefile5
-rw-r--r--rescue/list4
2 files changed, 7 insertions, 2 deletions
diff --git a/rescue/Makefile b/rescue/Makefile
index 49a16242075..5de88957776 100644
--- a/rescue/Makefile
+++ b/rescue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2013/03/24 17:05:27 christos Exp $
+# $NetBSD: Makefile,v 1.30 2013/12/26 02:25:57 christos Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -47,6 +47,9 @@ LDD_ELF32DIR!= cd ${NETBSDSRCDIR}/usr.bin/ldd/elf32 && ${PRINTOBJDIR}
LDD_ELF64DIR!= cd ${NETBSDSRCDIR}/usr.bin/ldd/elf64 && ${PRINTOBJDIR}
PARSELISTENV+= LDD_ELF32DIR=${LDD_ELF32DIR} LDD_ELF64DIR=${LDD_ELF64DIR}
+SMB_LIBDIR!= cd ${NETBSDSRCDIR}/external/bsd/smbfs/lib/libsmb && ${PRINTOBJDIR}
+PARSELISTENV+= SMB_LIBDIR=${SMB_LIBDIR}
+
# Specially built objects to override the behaviour of
# various library functions
#
diff --git a/rescue/list b/rescue/list
index 73df5785f0e..ba3c41b9199 100644
--- a/rescue/list
+++ b/rescue/list
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.44 2013/11/29 01:12:47 christos Exp $
+# $NetBSD: list,v 1.45 2013/12/26 02:25:57 christos Exp $
SRCDIRS bin
@@ -86,6 +86,8 @@ PROG mount_null
PROG mount_overlay
PROG mount_procfs
PROG mount_smbfs
+SPECIAL mount_smbfs srcdir external/bsd/smbfs/sbin/mount_smbfs
+LIBS ${SMB_LIBDIR}/libsmb.a
PROG mount_tmpfs
PROG mount_umap
PROG mount_union