summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-13 10:53:24 +0000
committerru <ru@FreeBSD.org>2002-05-13 10:53:24 +0000
commitdc9ee408336ff8962ae4994f3965162b610501d9 (patch)
tree3502e6532e9dbe00088e716b6af2a9f82d0a14c3 /gnu
parent2afce45ffcb33c722890e0085af2e0af09472a4e (diff)
downloadFreeBSD-src-dc9ee408336ff8962ae4994f3965162b610501d9.zip
FreeBSD-src-dc9ee408336ff8962ae4994f3965162b610501d9.tar.gz
Major cleanup of bsd.lib.mk.
Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB. INTERNALLIB now means to build static library only and don't install anything. Added a NOINSTALLLIB knob for libpam/modules. To not build any library at all, just do not set LIB.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/csu/Makefile2
-rw-r--r--gnu/lib/libiberty/Makefile5
2 files changed, 1 insertions, 6 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile
index 9925bc7..5c6b412 100644
--- a/gnu/lib/csu/Makefile
+++ b/gnu/lib/csu/Makefile
@@ -1,7 +1,5 @@
# $FreeBSD$
-INTERNALLIB= true
-
GCCDIR= ${.CURDIR}/../../../contrib/gcc
.PATH: ${GCCDIR}
diff --git a/gnu/lib/libiberty/Makefile b/gnu/lib/libiberty/Makefile
index 7dd6ef0..17228f8 100644
--- a/gnu/lib/libiberty/Makefile
+++ b/gnu/lib/libiberty/Makefile
@@ -4,10 +4,7 @@ SRCDIR= ${.CURDIR}/../../../contrib/binutils/libiberty
.PATH: ${SRCDIR} ${SRCDIR}/../include
-LIB= iberty
-NOPIC= true
-INTERNALLIB= true
-NOMAN= sorry
+#LIB= iberty
# miniumally required sources
SRCS= argv.c choose-temp.c concat.c cplus-dem.c fdmatch.c fnmatch.c getopt.c \
OpenPOWER on IntegriCloud