mount_smbfs has moved.

This commit is contained in:
christos 2013-12-26 02:25:57 +00:00
parent 2a83adff5d
commit 096e95360a
2 changed files with 7 additions and 2 deletions

View File

@ -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
#

View File

@ -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