summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorplunky <plunky@NetBSD.org>2010-12-03 21:38:46 +0000
committerplunky <plunky@NetBSD.org>2010-12-03 21:38:46 +0000
commitf33b316b63bc65b644be1d8aec0bb8bcecfffea8 (patch)
tree26f63fdc6a7ab29a5d0819116a0f1c4fc6bcc6af /gnu/lib
parent65b45bb0d8a48432bf75be2ea872fd45b6e87f15 (diff)
Remove the do-external-lib and do-gnu-lib targets, along with
external/lib/Makefile and crypto/external/lib/Makefile, replacing them all with SUBDIRs directly from lib/Makefile. compat/compatsubdirs.mk becomes simpler now, as everything is built from lib/Makefile, meaning all the libraries will now be built under compat so update the set lists to account for that.
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
deleted file mode 100644
index 03ae8ac8cce..00000000000
--- a/gnu/lib/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.47 2010/11/28 18:40:55 skrll Exp $
-
-.include <bsd.own.mk>
-
-.if ${MKGCC} != "no"
-.if ${USE_COMPILERCRTSTUFF} == "yes"
-SUBDIR+= crtstuff4
-.endif
-SUBDIR+= libgcc4 libobjc4
-.if ${MKCXX} != "no"
-SUBDIR+= libsupc++4 libstdc++-v3_4
-.endif
-.endif
-
-SUBDIR+= libmalloc
-
-.include <bsd.subdir.mk>