summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2020-04-04 17:56:22 +0000
committerchristos <christos@NetBSD.org>2020-04-04 17:56:22 +0000
commit0d0ed960d4b48be0eab6eaf4ec3c3f0129cade64 (patch)
tree0888cf3a4b9e8384591f37da2208fcc49c20b671 /lib/Makefile
parentecdeb3e485f13fafa9544878e4f635968633a773 (diff)
remove smbfs
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Makefile b/lib/Makefile
index b592c12bc0e..e231b1fa605 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -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>