diff options
| author | John Polstra <jdp@FreeBSD.org> | 1999-12-27 04:44:04 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1999-12-27 04:44:04 +0000 |
| commit | d3980376e8c139e07958914c5184ab37463e4818 (patch) | |
| tree | 606182fa01badd88b4cbbb7961dabdce2d484c9d /libexec/rtld-elf/Makefile | |
| parent | fdba49eb7e1ae8f4835266f8c51329a5da027da3 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/Makefile')
| -rw-r--r-- | libexec/rtld-elf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index 4b02d4b6aecd..29935143ace1 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -3,8 +3,8 @@ # MAINTAINER= jdp PROG= ld-elf.so.1 -SRCS= rtld_start.S rtld.c map_object.c malloc.c xmalloc.c debug.c \ - reloc.c +SRCS= rtld_start.S rtld.c lockdflt.c map_object.c malloc.c \ + xmalloc.c debug.c reloc.c NOMAN= true CFLAGS+= -Wall -DFREEBSD_ELF -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR} LDFLAGS+= -nostdlib -e .rtld_start |
