diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2003-02-13 23:07:28 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2003-02-13 23:07:28 +0000 |
| commit | d9943f166be64e59c45bfafa8373157c4541cd69 (patch) | |
| tree | f8889009ee0744fb0fec269b513eb067c94e943d /libexec | |
| parent | 8ae37ad0ba10984550e60057ac501bbbe88c8de1 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/Makefile | 3 | ||||
| -rw-r--r-- | libexec/rtld-elf/rtld.1 | 1 |
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 |
