diff options
| author | John Polstra <jdp@FreeBSD.org> | 1998-08-17 04:59:15 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1998-08-17 04:59:15 +0000 |
| commit | 9d5aee94a0a5e8158b93c4281ce3ac777261878e (patch) | |
| tree | b88f63bb4cb4f40347df04e54fe8c2ccbd03104d /libexec | |
| parent | b4869285da8db49247ecf9812542298cea0996e3 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index e7c0eb8bd1c5..f2067117a723 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1.1.1 1998/03/07 19:24:35 jdp Exp $ +# $Id: Makefile,v 1.2 1998/04/30 07:47:58 dfr Exp $ # PROG= ld-elf.so.1 @@ -9,6 +9,8 @@ CFLAGS+= -elf -fpic -DFREEBSD_ELF CFLAGS+= -Wall LDFLAGS+= -elf -nostdlib -Wl,-Bshareable,-Bsymbolic LDADD+= -lc_pic +# Atomic installation with "-C" is very important for this program. +INSTALLFLAGS+= -C .PATH: ${.CURDIR}/${MACHINE} |
