In the MKDYNAMICROOT==yes case, move the shared linker from /lib/ld.elf_so to

/libexec/ld.elf_so.  Per discussion with a few other developers.
This commit is contained in:
lukem 2002-08-28 09:57:10 +00:00
parent 14b302311d
commit 08e7e88032
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: NetBSD.dist,v 1.201 2002/08/22 01:31:22 lukem Exp $
# $NetBSD: NetBSD.dist,v 1.202 2002/08/28 09:57:11 lukem Exp $
# @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
/set type=dir uname=root gname=wheel mode=0755
@ -31,6 +31,7 @@
./etc/uucp
./home
./lib
./libexec
./mnt
./rescue
./root

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.306 2002/08/27 14:46:14 lukem Exp $
# $NetBSD: bsd.own.mk,v 1.307 2002/08/28 09:57:10 lukem Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@ -240,7 +240,7 @@ _LIBSODIR?= ${LIBDIR}
.if ${MKDYNAMICROOT} == "no"
SHLINKDIR?= /usr/libexec
.else
SHLINKDIR?= /lib
SHLINKDIR?= /libexec
.endif
LINTLIBDIR?= /usr/libdata/lint
LIBGRP?= ${BINGRP}