diff options
| author | Gordon Tetlow <gordon@FreeBSD.org> | 2003-08-17 22:12:26 +0000 |
|---|---|---|
| committer | Gordon Tetlow <gordon@FreeBSD.org> | 2003-08-17 22:12:26 +0000 |
| commit | df7bdd0ae903a7ad13fe96a0654fdc72c332203f (patch) | |
| tree | 956156a8dd2e350347c91fadbbe9be861656ada5 /libexec | |
| parent | 21df0f6f8f722de02862d79074d995815a66946e (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index bd33bd23fe86..b9acc79336f6 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -10,7 +10,7 @@ CFLAGS+= -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR} LDFLAGS+= -nostdlib -e .rtld_start INSTALLFLAGS= -fschg -C -b BINDIR= /libexec -SYMLINKS= ${BINDIR}/ld-elf.so.1 /usr/libexec/${PROG} +SYMLINKS= ${BINDIR}/${PROG} /usr/libexec/${PROG} MLINKS= rtld.1 ld-elf.so.1.1 \ rtld.1 ld.so.1 |
