aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2004-05-14 21:01:52 +0000
committerStefan Eßer <se@FreeBSD.org>2004-05-14 21:01:52 +0000
commit55a4ccf3e8eb4a29922001b5603b43c528361989 (patch)
tree2f6054f7f10200b86e46f0e6853746142e52c760 /libexec/rtld-elf
parenta13ec35b05d47c55e29d8e36d79c65dd3429a93a (diff)
Notes
Diffstat (limited to 'libexec/rtld-elf')
-rw-r--r--libexec/rtld-elf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile
index 8418ca152366..bbd5a52093ea 100644
--- a/libexec/rtld-elf/Makefile
+++ b/libexec/rtld-elf/Makefile
@@ -1,7 +1,8 @@
# $FreeBSD$
PROG?= ld-elf.so.1
-SRCS= reloc.c rtld.c rtld_start.S rtld_lock.c map_object.c \
+SRCS= rtld_start.S \
+ reloc.c rtld.c rtld_lock.c map_object.c \
malloc.c xmalloc.c debug.c libmap.c
MAN= rtld.1
CSTD?= gnu99