diff options
author | ru <ru@FreeBSD.org> | 2002-05-13 10:53:24 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-13 10:53:24 +0000 |
commit | dc9ee408336ff8962ae4994f3965162b610501d9 (patch) | |
tree | 3502e6532e9dbe00088e716b6af2a9f82d0a14c3 /lib/csu/sparc64 | |
parent | 2afce45ffcb33c722890e0085af2e0af09472a4e (diff) | |
download | FreeBSD-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 'lib/csu/sparc64')
-rw-r--r-- | lib/csu/sparc64/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/csu/sparc64/Makefile b/lib/csu/sparc64/Makefile index 9d4f5c3..ae4905c 100644 --- a/lib/csu/sparc64/Makefile +++ b/lib/csu/sparc64/Makefile @@ -6,10 +6,6 @@ SRCS= crt1.c crti.S crtn.S OBJS= ${SRCS:N*.h:R:S/$/.o/g} OBJS+= gcrt1.o CFLAGS+= -I${.CURDIR}/../common -I${.CURDIR}/../../libc/include -NOMAN= true -NOPIC= true -NOPROFILE= true -INTERNALLIB= true all: ${OBJS} ${SOBJS} |