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/rtld-elf/Makefile | |
| parent | 8ae37ad0ba10984550e60057ac501bbbe88c8de1 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/Makefile')
| -rw-r--r-- | libexec/rtld-elf/Makefile | 3 |
1 files changed, 2 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" |
