diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2016-02-05 21:01:08 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2016-02-05 21:01:08 +0000 |
| commit | c389411c8aa86e3ffa6e7b24ecef1d8c94549bb8 (patch) | |
| tree | d202f169da241769452be64ff9d6811a356945a0 /libexec | |
| parent | 41a737904fb2cd0700caa74060aaf8eac9421d22 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index 66ff5e91739b..e2ebcce5f857 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -5,10 +5,13 @@ # make DEBUG_FLAGS=-g DEBUG=-DDEBUG MK_TESTS=no all .include <src.opts.mk> -PACKAGE= librtld_db +PACKAGE= clibs MK_SSP= no PROG?= ld-elf.so.1 +.if (${PROG:M*ld-elf32*} != "") +TAGS+= lib32 +.endif SRCS= rtld_start.S \ reloc.c rtld.c rtld_lock.c rtld_printf.c map_object.c \ malloc.c xmalloc.c debug.c libmap.c |
