diff options
author | sos <sos@FreeBSD.org> | 1998-05-26 20:12:56 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1998-05-26 20:12:56 +0000 |
commit | bc60c8025eefe519b725f9a4d278ec3e887f7e00 (patch) | |
tree | 37210576f0aee50d6bf52bcf2871ece5963fc993 /etc/mtree | |
parent | 37218a27856974855d62695874c9a46e494374dc (diff) | |
download | FreeBSD-src-bc60c8025eefe519b725f9a4d278ec3e887f7e00.zip FreeBSD-src-bc60c8025eefe519b725f9a4d278ec3e887f7e00.tar.gz |
ELF preparation step 2:
Move a.out libraries to /usr/lib/aout to make space for ELF libs.
Make rtld usr /usr/lib/aout as default library path.
Make ldconfig reject /usr/lib as an a.out library path.
Fix various Makefiles for LIBDIR!=/usr/lib breakage.
This will after a make world & reboot give a system that no
longer uses /usr/lib/*, infact one could remove all the old
libraries there, they are not used anymore.
We are getting close to an ELF make world, but I'll let this
all settle for a week or two...
Diffstat (limited to 'etc/mtree')
-rw-r--r-- | etc/mtree/BSD.usr.dist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist index 1c4ca01..6e8494a 100644 --- a/etc/mtree/BSD.usr.dist +++ b/etc/mtree/BSD.usr.dist @@ -1,4 +1,4 @@ -# $Id: BSD.usr.dist,v 1.111 1998/03/01 22:45:44 jdp Exp $ +# $Id: BSD.usr.dist,v 1.112 1998/04/13 21:44:46 wosch Exp $ # /set type=dir uname=bin gname=bin mode=0755 @@ -14,6 +14,8 @@ include .. lib + aout + .. compat .. .. |