From dc9ee408336ff8962ae4994f3965162b610501d9 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 13 May 2002 10:53:24 +0000 Subject: 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. --- gnu/lib/libiberty/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gnu/lib/libiberty') 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 \ -- cgit v1.1