Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/rescue smb is no more.



details:   https://anonhg.NetBSD.org/src/rev/c7a05f2cffc9
branches:  trunk
changeset: 850445:c7a05f2cffc9
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 04 17:57:16 2020 +0000

description:
smb is no more.

diffstat:

 rescue/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 22e568d76ca1 -r c7a05f2cffc9 rescue/Makefile
--- a/rescue/Makefile   Sat Apr 04 17:56:22 2020 +0000
+++ b/rescue/Makefile   Sat Apr 04 17:57:16 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.41 2020/03/01 20:59:54 christos Exp $
+#      $NetBSD: Makefile,v 1.42 2020/04/04 17:57:16 christos Exp $
 
 NOLIBCSANITIZER=       # defined
 NOSANITIZER=           # defined
@@ -50,9 +50,6 @@
 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
 #



Home | Main Index | Thread Index | Old Index