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. --- lib/csu/i386-elf/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/csu/i386-elf/Makefile') diff --git a/lib/csu/i386-elf/Makefile b/lib/csu/i386-elf/Makefile index 630872c..91dc74d 100644 --- a/lib/csu/i386-elf/Makefile +++ b/lib/csu/i386-elf/Makefile @@ -9,11 +9,6 @@ CFLAGS+= -elf -Wall \ -I${.CURDIR}/../common \ -I${.CURDIR}/../../libc/include LDFLAGS+= -elf -NOMAN= true -NOPIC= true -NOPROFILE= true -INTERNALLIB= true - all: ${OBJS} ${SOBJS} -- cgit v1.1