diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-28 16:58:35 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-28 16:58:35 +0000 |
| commit | 4cf39050cceb73c71a3829b0dd86442534d7aecb (patch) | |
| tree | 13f7c99908b38e6fd52078e664b48e4ecbc83b18 /libexec/rtld-elf/Makefile | |
| parent | 3f628ce11296b69e57205a7a6302d7f7d6758636 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/Makefile')
| -rw-r--r-- | libexec/rtld-elf/Makefile | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index 0e8050997b5f0..f0556c04f6016 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -7,7 +7,7 @@ SRCS= rtld_start.S rtld.c lockdflt.c map_object.c malloc.c \ MAN= rtld.1 CFLAGS+= -Wall -DFREEBSD_ELF -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR} LDFLAGS+= -nostdlib -e .rtld_start -INSTALLFLAGS+= -fschg -C +INSTALLFLAGS= -fschg -C -b MLINKS= rtld.1 ld-elf.so.1.1 .if exists(${.CURDIR}/${MACHINE_ARCH}/Makefile.inc) @@ -42,16 +42,3 @@ dyn_hack.so: .PATH: ${.CURDIR}/${MACHINE_ARCH} .include <bsd.prog.mk> - -# Keep the previous version of the dynamic linker for recovery -# purposes. This must come after the include of <bsd.prog.mk> so that -# BINDIR is set for the exists(...) constructs. -beforeinstall: -.if exists(${DESTDIR}${BINDIR}/${PROG}) - -chflags noschg ${DESTDIR}${BINDIR}/${PROG} -.if exists(${DESTDIR}${BINDIR}/${PROG}.old) - -chflags noschg ${DESTDIR}${BINDIR}/${PROG}.old -.endif - ${INSTALL} -C -p ${DESTDIR}${BINDIR}/${PROG} \ - ${DESTDIR}${BINDIR}/${PROG}.old -.endif |
