summaryrefslogtreecommitdiff
path: root/rescue/Makefile
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/Makefile
parent44bdbc03d98e78bbeb4a436ef21c3a9acbdb10cd (diff)
mount_smbfs has moved.
Diffstat (limited to 'rescue/Makefile')
-rw-r--r--rescue/Makefile5
1 files changed, 4 insertions, 1 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
#