aboutsummaryrefslogtreecommitdiff
path: root/sbin/ldconfig/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Updated to newest ld from pk.Paul Richards1993-11-091-2/+2
| | | | | | | | | | | | | | | lib.c: Pull in archives containing definitions needed by shared objects. warnings.c: Less spurious "undefined symbol" msgs for shared library defined symbols. ld.c: Do a better job of recognising data in text segments, eg. `const char []'. shlib.c,ld/rtld/{Makefile rtld.c} Use strsep() in stead of strtok() and restore colons in eg. env. vars. Notes: svn path=/head/; revision=740
* Changed ldconfig.0 to ldconfig.8 for our man setup.Paul Richards1993-11-061-2/+2
| | | | Notes: svn path=/head/; revision=703
* Imported NetBSD's ld for shared libs.Paul Richards1993-11-031-0/+13
Notes: svn path=/head/; revision=696