diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2019-11-07 22:58:10 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2019-11-07 22:58:10 +0000 |
| commit | a4330302f22d45d4158204b2d5d7c6738100f3a5 (patch) | |
| tree | 9cb152bfad3e48051a626a02a237af9104e6929c /libexec/rtld-elf32 | |
| parent | 273b2e4c55f5de86ed5d2fea0a00677f944cbd9d (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf32')
| -rw-r--r-- | libexec/rtld-elf32/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libexec/rtld-elf32/Makefile b/libexec/rtld-elf32/Makefile new file mode 100644 index 000000000000..5b4c2e9c4007 --- /dev/null +++ b/libexec/rtld-elf32/Makefile @@ -0,0 +1,10 @@ +# $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" |
