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/alpha/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/csu/alpha') diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index 5528e4e..6d96e43 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -8,10 +8,6 @@ OBJS+= gcrt1.o CFLAGS+= -Wall -Wno-unused \ -I${.CURDIR}/../common \ -I${.CURDIR}/../../libc/include -NOMAN= true -NOPIC= true -NOPROFILE= true -INTERNALLIB= true all: ${OBJS} ${SOBJS} -- cgit v1.1