diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2004-03-21 01:21:26 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2004-03-21 01:21:26 +0000 |
| commit | c905e45dc0e7ad2da0748371ba8921ca48134a01 (patch) | |
| tree | ded17068c1bf0dea014f27d5b6b5ccda995841f0 /libexec/rtld-elf/Makefile | |
| parent | 3915888a547d21e68c6cac8e8055d4117cc8b635 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/Makefile')
| -rw-r--r-- | libexec/rtld-elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index bcf0a25a0e5c..6168374344e0 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PROG= ld-elf.so.1 +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 MAN= rtld.1 |
