The ability to build an executable dynamic linker was previously removed
from the main makefile, so uncommenting LDSCRIPT in the arch Makefile
would no longer work even if the elf_rtld.x files were put in the arch
directory. To avoid confusion, these optional Makefiles have been
completely removed.
+++ /dev/null
-# This is a dummy make file.
-# It used to exist to provide the possibility of building the dynamic
-# linker as an executable rather than a shared library.
-# To restore this capability, import libexec/rtld-elf/i386/elf_rtld.x
-# from FreeBSD into the same directory containing this make file.
-#
-#To build with the gnu linker, uncomment the following line:
-#LDSCRIPT= ${.CURDIR}/${MACHINE_ARCH}/elf_rtld.x
+++ /dev/null
-# This is a dummy make file.
-# It used to exist to provide the possibility of building the dynamic
-# linker as an executable rather than a shared library.
-# To restore this capability, import libexec/rtld-elf/amd64/elf_rtld.x
-# from FreeBSD into the same directory containing this make file.
-#
-#To build with the gnu linker, uncomment the following line:
-#LDSCRIPT= ${.CURDIR}/${MACHINE_ARCH}/elf_rtld.x