Module Name:    src
Committed By:   christos
Date:           Sat Apr  4 17:56:22 UTC 2020

Modified Files:
        src/lib: Makefile

Log Message:
remove smbfs


To generate a diff of this commit:
cvs rdiff -u -r1.281 -r1.282 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.281 src/lib/Makefile:1.282
--- src/lib/Makefile:1.281	Tue Mar 17 20:37:29 2020
+++ src/lib/Makefile	Sat Apr  4 13:56:22 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.281 2020/03/18 00:37:29 tnn Exp $
+#	$NetBSD: Makefile,v 1.282 2020/04/04 17:56:22 christos Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -303,8 +303,5 @@ 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>

Reply via email to