mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Advertize rtld(1) as ld.so(1) in manual pages world
This commit is contained in:
parent
8ae37ad0ba
commit
d9943f166b
2 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
.Os
|
||||
.Sh NAME
|
||||
.Nm ld-elf.so.1 ,
|
||||
.Nm ld.so ,
|
||||
.Nm rtld
|
||||
.Nd run-time link-editor
|
||||
.Sh DESCRIPTION
|
||||
|
|
|
|||
Loading…
Reference in a new issue