diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2004-05-14 12:15:51 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2004-05-14 12:15:51 +0000 |
| commit | e659267f1e22c5b9c79bae499bbc95b183b9aae2 (patch) | |
| tree | 2aba82f3f229ff191c553c26674ae1734cb9cf84 /libexec/rtld-elf/Makefile | |
| parent | 15144b0f960e6044ec23ad91c5f76f37d1de36ba (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 6168374344e0..8418ca152366 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PROG?= ld-elf.so.1 -SRCS= rtld_start.S rtld.c rtld_lock.c map_object.c malloc.c \ - xmalloc.c debug.c reloc.c libmap.c +SRCS= reloc.c rtld.c rtld_start.S rtld_lock.c map_object.c \ + malloc.c xmalloc.c debug.c libmap.c MAN= rtld.1 CSTD?= gnu99 CFLAGS+= -Wall -DFREEBSD_ELF -DIN_RTLD |
