diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-11 22:03:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-11 22:03:23 +0000 |
commit | f03f7d1bdcb4d37382d1eb9d2e02897f7768cea9 (patch) | |
tree | a22060248e171e7d6323b4063a9a0f2c1d724b4c /libexec/ld.so/Makefile | |
parent | 0a6e9ba40277f106bbc392648093762682567e0c (diff) |
move prebind_strip(8) into ldconfig as the -D option; ok drahn
Diffstat (limited to 'libexec/ld.so/Makefile')
-rw-r--r-- | libexec/ld.so/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/Makefile b/libexec/ld.so/Makefile index 171457c1bf7..8d0b50d0df3 100644 --- a/libexec/ld.so/Makefile +++ b/libexec/ld.so/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.33 2006/05/04 01:52:16 drahn Exp $ +# $OpenBSD: Makefile,v 1.34 2006/05/11 22:03:22 deraadt Exp $ SUBDIR=ldconfig ldd -#SUBDIR+=prebind prebind_strip +#SUBDIR+=prebind VPATH=${.CURDIR}/../../lib/libc/string SRCS= ldasm.S loader.c resolve.c dlfcn.c dl_printf.c rtld_machine.c |