Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 09/13/1998 16:25:20
Module Name:	src
Committed By:	tv
Date:		Sun Sep 13 23:25:19 UTC 1998

Modified Files:
	src/share/mk: bsd.lib.mk
	src/usr.sbin/amd/libamu: Makefile
	src/gnu/usr.bin/egcs/common: Makefile
Log Message:
Rethink the origins of LDSTATIC.  Instead, use an option NOLINKLIB, which
builds and installs only what is necessary to link and run binaries, when
the library is not externally useable.
- NOPIC: Create and link against a static library.
- PIC: Create, link against, and install a shared object.
- PIC+LDSTATIC: Create and link against a static library; create and
install a shared object.