Index: head/etc/Makefile =================================================================== --- head/etc/Makefile +++ head/etc/Makefile @@ -17,7 +17,6 @@ group \ hosts.allow \ libalias.conf \ - libmap.conf \ login.access \ mac.conf \ phones \ Index: head/etc/libmap.conf =================================================================== --- head/etc/libmap.conf +++ head/etc/libmap.conf @@ -1,2 +0,0 @@ -# $FreeBSD$ -includedir /usr/local/etc/libmap.d Index: head/libexec/rtld-elf/Makefile =================================================================== --- head/libexec/rtld-elf/Makefile +++ head/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 Index: head/libexec/rtld-elf/libmap.conf =================================================================== --- head/libexec/rtld-elf/libmap.conf +++ head/libexec/rtld-elf/libmap.conf @@ -0,0 +1,2 @@ +# $FreeBSD$ +includedir /usr/local/etc/libmap.d