summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-aout/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2000-01-29 03:13:49 +0000
committerjdp <jdp@FreeBSD.org>2000-01-29 03:13:49 +0000
commitfb6b385092aa84fc7b8e39b84d3669844d699680 (patch)
tree8d7aba94b843578b07bb199bf10d5fe046e5f048 /libexec/rtld-aout/Makefile
parent4c824a9165d1134985945a4a2886b3b88453cd8c (diff)
downloadFreeBSD-src-fb6b385092aa84fc7b8e39b84d3669844d699680.zip
FreeBSD-src-fb6b385092aa84fc7b8e39b84d3669844d699680.tar.gz
Move the man pages for the a.out dynamic linker into the 1aout
section. I created rtld.1aout earlier with a repository copy. This clears the way for the ELF dynamic linker man page, which I will commit next.
Diffstat (limited to 'libexec/rtld-aout/Makefile')
-rw-r--r--libexec/rtld-aout/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-aout/Makefile b/libexec/rtld-aout/Makefile
index d2c99ec..c4a588d 100644
--- a/libexec/rtld-aout/Makefile
+++ b/libexec/rtld-aout/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= ld.so
SRCS= mdprologue.S rtld.c shlib.c md.c support.c
-MAN1= rtld.1
+MAN1aout= rtld.1aout
# As there is relocation going on behind GCC's back, don't cache function addresses.
PICFLAG=-fpic -fno-function-cse
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/${MACHINE_ARCH} ${PICFLAG} -DRTLD -Wall
@@ -10,7 +10,7 @@ ASFLAGS+=-k
DPADD+= ${LIBC:S/c.a/c_pic.a/} ${LIBC:S/c.a/gcc_pic.a/}
LDADD+= -lc_pic -lgcc_pic
INSTALLFLAGS+= -fschg -C # -C to install as atomically as possible
-MLINKS= rtld.1 ld.so.1
+MLINKS= rtld.1aout ld.so.1aout
.PATH: ${.CURDIR}/${MACHINE_ARCH}
OpenPOWER on IntegriCloud