summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2000-01-29 03:16:54 +0000
committerjdp <jdp@FreeBSD.org>2000-01-29 03:16:54 +0000
commit53060be2a3eb2319dad9d72c30fc1004a7af8c6c (patch)
tree5ccfb905f89318dc2584cd466a2085f686f60d77 /libexec/rtld-elf/Makefile
parentfb6b385092aa84fc7b8e39b84d3669844d699680 (diff)
downloadFreeBSD-src-53060be2a3eb2319dad9d72c30fc1004a7af8c6c.zip
FreeBSD-src-53060be2a3eb2319dad9d72c30fc1004a7af8c6c.tar.gz
Add a manual page for the ELF dynamic linker. I initially created
rtld.1 by means of a repository copy from "src/libexec/rtld-aout/rtld.1". Then I edited it to make it (more) accurate for the ELF dynamic linker.
Diffstat (limited to 'libexec/rtld-elf/Makefile')
-rw-r--r--libexec/rtld-elf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile
index 29935143..ae3174b 100644
--- a/libexec/rtld-elf/Makefile
+++ b/libexec/rtld-elf/Makefile
@@ -5,10 +5,11 @@ MAINTAINER= jdp
PROG= ld-elf.so.1
SRCS= rtld_start.S rtld.c lockdflt.c map_object.c malloc.c \
xmalloc.c debug.c reloc.c
-NOMAN= true
+MAN1= rtld.1
CFLAGS+= -Wall -DFREEBSD_ELF -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR}
LDFLAGS+= -nostdlib -e .rtld_start
INSTALLFLAGS+= -fschg -C
+MLINKS= rtld.1 ld-elf.so.1.1
.if exists(${.CURDIR}/${MACHINE_ARCH}/Makefile.inc)
.include "${.CURDIR}/${MACHINE_ARCH}/Makefile.inc"
OpenPOWER on IntegriCloud