aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf32
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2019-11-07 19:22:51 +0000
committerBrooks Davis <brooks@FreeBSD.org>2019-11-07 19:22:51 +0000
commitccad77fe1e02fa2559819bab262d9fd034a8dcac (patch)
tree2465ac4731266a83a46ac192acb0381cfce55230 /libexec/rtld-elf32
parent5270e1a584afb9122951917d0467fb236676c0ce (diff)
Notes
Diffstat (limited to 'libexec/rtld-elf32')
-rw-r--r--libexec/rtld-elf32/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/libexec/rtld-elf32/Makefile b/libexec/rtld-elf32/Makefile
deleted file mode 100644
index 5b4c2e9c4007..000000000000
--- a/libexec/rtld-elf32/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $FreeBSD$
-
-NEED_COMPAT= 32
-.include <bsd.compat.mk>
-
-PROG= ld-elf32.so.1
-MAN=
-
-.PATH: ${SRCTOP}/libexec/rtld-elf
-.include "${SRCTOP}/libexec/rtld-elf/Makefile"