summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/Makefile
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-09-13 21:50:36 +0000
committermdodd <mdodd@FreeBSD.org>2003-09-13 21:50:36 +0000
commit264111211434b694e9dfca7dd854d39f24a2ff39 (patch)
treed2ef973c1ac0d23fc56a652a471fd3bd7b3ed14e /libexec/rtld-elf/Makefile
parentdf4cd81882926df08d6ac5b0f56b288b90c19ad9 (diff)
downloadFreeBSD-src-264111211434b694e9dfca7dd854d39f24a2ff39.zip
FreeBSD-src-264111211434b694e9dfca7dd854d39f24a2ff39.tar.gz
Retire the WITH_LIBMAP compile knob; libmap is now a standard feature.
Diffstat (limited to 'libexec/rtld-elf/Makefile')
-rw-r--r--libexec/rtld-elf/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile
index b9acc793..bcf0a25 100644
--- a/libexec/rtld-elf/Makefile
+++ b/libexec/rtld-elf/Makefile
@@ -2,7 +2,7 @@
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
+ xmalloc.c debug.c reloc.c libmap.c
MAN= rtld.1
CSTD?= gnu99
CFLAGS+= -Wall -DFREEBSD_ELF -DIN_RTLD
@@ -14,15 +14,6 @@ SYMLINKS= ${BINDIR}/${PROG} /usr/libexec/${PROG}
MLINKS= rtld.1 ld-elf.so.1.1 \
rtld.1 ld.so.1
-#
-# To enable the libmap.conf functionality please
-# add 'WITH_LIBMAP=yes' to /etc/make.conf, recompile
-# and reinstall rtld-elf.
-.ifdef WITH_LIBMAP
-CFLAGS+= -DWITH_LIBMAP
-SRCS+= libmap.c
-.endif
-
.if exists(${.CURDIR}/${MACHINE_ARCH}/Makefile.inc)
.include "${.CURDIR}/${MACHINE_ARCH}/Makefile.inc"
.endif
OpenPOWER on IntegriCloud