summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile18
1 files changed, 1 insertions, 17 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 2513a368a05..66c8c683337 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.271 2019/05/10 09:42:46 nakayama Exp $
+# $NetBSD: Makefile,v 1.271.2.1 2020/03/03 18:44:20 martin Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -291,21 +291,5 @@ SUBDIR+= lua
# Needed by rump and rescue which are outside the smbfs tree
SUBDIR+= ../external/bsd/smbfs/lib
-.for S in ${SUBDIR}
-.if ${S} != ".WAIT"
-SUBLIB_${S}!= cd ${S} && ${MAKE} -V LIB
-SUBDEP_${S}!= cd ${S} && ${MAKE} -V LIBDPLIBS
-.endif
-.endfor
-
-showdeps:
-.for S in ${SUBDIR}
-.if ${S} != ".WAIT"
-.for DL DD in ${SUBDEP_${S}}
- @echo ${S} ${SUBLIB_${S}} ${DL} ${DD:C,^${.CURDIR}/,,}
-.endfor
-.endif
-.endfor
-
.include <bsd.buildinstall.mk>
.include <bsd.subdir.mk>