Source-Changes-HG archive

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

[src/trunk]: src/lib add smbfs library



details:   https://anonhg.NetBSD.org/src/rev/b4487b099072
branches:  trunk
changeset: 792218:b4487b099072
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Dec 26 14:15:29 2013 +0000

description:
add smbfs library

diffstat:

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

diffs (18 lines):

diff -r 7fb9ff27806d -r b4487b099072 lib/Makefile
--- a/lib/Makefile      Thu Dec 26 11:11:53 2013 +0000
+++ b/lib/Makefile      Thu Dec 26 14:15:29 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.209 2013/11/28 12:08:56 mrg Exp $
+#      $NetBSD: Makefile,v 1.210 2013/12/26 14:15:29 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -253,5 +253,8 @@
 # Lua bindings come last, they might depend on anything
 SUBDIR+=       lua
 
+# Needed by rump and rescue which are outside the smbfs tree
+SUBDIR+=       ../external/bsd/smbfs/lib
+
 .include <bsd.buildinstall.mk>
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index