diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-12-26 22:36:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-12-26 22:36:52 +0000 |
commit | 07875b454db277c749fa6534f7c82d1654343f5a (patch) | |
tree | 97474933b1fc51af8a25bccbc4bb265f9e85336e /libexec | |
parent | 1316aeaf3105a839bff95ceb79d1f443f1ba3d42 (diff) |
no more seperate prebind
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ld.so/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ld.so/Makefile b/libexec/ld.so/Makefile index 8d0b50d0df3..61ab6c39a0a 100644 --- a/libexec/ld.so/Makefile +++ b/libexec/ld.so/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.34 2006/05/11 22:03:22 deraadt Exp $ +# $OpenBSD: Makefile,v 1.35 2006/12/26 22:36:51 deraadt Exp $ SUBDIR=ldconfig ldd -#SUBDIR+=prebind VPATH=${.CURDIR}/../../lib/libc/string SRCS= ldasm.S loader.c resolve.c dlfcn.c dl_printf.c rtld_machine.c |