aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2003-02-13 23:07:28 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2003-02-13 23:07:28 +0000
commitd9943f166be64e59c45bfafa8373157c4541cd69 (patch)
treef8889009ee0744fb0fec269b513eb067c94e943d /libexec
parent8ae37ad0ba10984550e60057ac501bbbe88c8de1 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/Makefile3
-rw-r--r--libexec/rtld-elf/rtld.11
2 files changed, 3 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile
index d9c594cb6dfa..cf406881a162 100644
--- a/libexec/rtld-elf/Makefile
+++ b/libexec/rtld-elf/Makefile
@@ -7,7 +7,8 @@ MAN= rtld.1
CFLAGS+= -Wall -DFREEBSD_ELF -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR}
LDFLAGS+= -nostdlib -e .rtld_start
INSTALLFLAGS= -fschg -C -b
-MLINKS= rtld.1 ld-elf.so.1.1
+MLINKS= rtld.1 ld-elf.so.1.1 \
+ rtld.1 ld.so.1
.if exists(${.CURDIR}/${MACHINE_ARCH}/Makefile.inc)
.include "${.CURDIR}/${MACHINE_ARCH}/Makefile.inc"
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1
index d4584f49c272..472c572b3bca 100644
--- a/libexec/rtld-elf/rtld.1
+++ b/libexec/rtld-elf/rtld.1
@@ -33,6 +33,7 @@
.Os
.Sh NAME
.Nm ld-elf.so.1 ,
+.Nm ld.so ,
.Nm rtld
.Nd run-time link-editor
.Sh DESCRIPTION