051ed84f28
Don't install duplicate ld-elf.so.1.1 and ld.so.1 links in rtld-elf32. Do install lib-elf32.so.1.1 and ldd32.1 links. Reported by: madpilot
12 lines
192 B
Makefile
12 lines
192 B
Makefile
# $FreeBSD$
|
|
|
|
NEED_COMPAT= 32
|
|
.include <bsd.compat.mk>
|
|
|
|
PROG= ld-elf32.so.1
|
|
MAN=
|
|
MLINKS= rtld.1 ld-elf32.so.1
|
|
|
|
.PATH: ${SRCTOP}/libexec/rtld-elf
|
|
.include "${SRCTOP}/libexec/rtld-elf/Makefile"
|