summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.own.mk
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-05-26 20:12:56 +0000
committersos <sos@FreeBSD.org>1998-05-26 20:12:56 +0000
commitbc60c8025eefe519b725f9a4d278ec3e887f7e00 (patch)
tree37210576f0aee50d6bf52bcf2871ece5963fc993 /share/mk/bsd.own.mk
parent37218a27856974855d62695874c9a46e494374dc (diff)
downloadFreeBSD-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 'share/mk/bsd.own.mk')
-rw-r--r--share/mk/bsd.own.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 48ac0b0..2d01cf1 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $Id: bsd.own.mk,v 1.12 1998/01/04 00:00:21 steve Exp $
+# $Id: bsd.own.mk,v 1.13 1998/03/19 13:32:43 bde Exp $
#
# The include file <bsd.own.mk> set common variables for owner,
# group, mode, and directories. Defaults are in brackets.
@@ -122,7 +122,11 @@ BINGRP?= bin
BINMODE?= 555
NOBINMODE?= 444
+.if ${BINFORMAT} == aout
+LIBDIR?= /usr/lib/aout
+.else
LIBDIR?= /usr/lib
+.endif
LIBCOMPATDIR?= /usr/lib/compat
LIBDATADIR?= /usr/libdata
LINTLIBDIR?= /usr/libdata/lint
OpenPOWER on IntegriCloud