diff options
author | Brad Davis <brd@FreeBSD.org> | 2018-09-18 00:25:00 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2018-09-18 00:25:00 +0000 |
commit | 9a537769d6d0f1fc9b9e2897b215526138491435 (patch) | |
tree | 1d6a03c7bf290977c6482b6dbe0104ea01d282e4 | |
parent | 62e23a47811d5ae29d0a01865952a8e23fcc977d (diff) | |
download | src-9a537769d6d0f1fc9b9e2897b215526138491435.tar.gz src-9a537769d6d0f1fc9b9e2897b215526138491435.zip |
Notes
-rw-r--r-- | etc/Makefile | 1 | ||||
-rw-r--r-- | libexec/rtld-elf/Makefile | 1 | ||||
-rw-r--r-- | libexec/rtld-elf/libmap.conf (renamed from etc/libmap.conf) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index afb1e9890bc5..8f4eca19e6a1 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -17,7 +17,6 @@ BIN1= \ group \ hosts.allow \ libalias.conf \ - libmap.conf \ login.access \ mac.conf \ phones \ diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index 5d5e99fb2484..5135469f5eab 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -8,6 +8,7 @@ PACKAGE= clibs MK_SSP= no +CONFS= libmap.conf PROG?= ld-elf.so.1 .if (${PROG:M*ld-elf32*} != "") TAGS+= lib32 diff --git a/etc/libmap.conf b/libexec/rtld-elf/libmap.conf index b2c91b29f777..b2c91b29f777 100644 --- a/etc/libmap.conf +++ b/libexec/rtld-elf/libmap.conf |