diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2009-02-21 15:04:31 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2009-02-21 15:04:31 +0000 |
| commit | d9ca85fca7bd0972742fae2a4c2d0ae6269ec059 (patch) | |
| tree | 11c7670bed757ae772443084cab74e8ca7e3f130 /libexec | |
| parent | 613042491b8b0e587fee55757ef575b155980c6e (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index abf920924aa39..7c2039845b611 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ -WITHOUT_SSP= - .include <bsd.own.mk> +MK_SSP= no PROG?= ld-elf.so.1 SRCS= rtld_start.S \ |
