Module Name: src
Committed By: christos
Date: Thu Dec 26 14:15:29 UTC 2013
Modified Files:
src/lib: Makefile
Log Message:
add smbfs library
To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 src/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/Makefile
diff -u src/lib/Makefile:1.209 src/lib/Makefile:1.210
--- src/lib/Makefile:1.209 Thu Nov 28 07:08:56 2013
+++ src/lib/Makefile Thu Dec 26 09:15:29 2013
@@ -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 @@ SUBDIR+= ../sys/rump/net/lib
# 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>