diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-05-04 01:52:17 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-05-04 01:52:17 +0000 |
commit | 58be8713fcd6ae24a109e6c4265ee83e49c3f503 (patch) | |
tree | 1240318ff4c7301cd81366905ffc21fb8e1b0713 /libexec | |
parent | 16c01daee62935609bc35ab7cd818193a8dc2d2e (diff) |
Dont build/install prebind tools just yet.
Diffstat (limited to 'libexec')
-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 6f8d24692a9..171457c1bf7 100644 --- a/libexec/ld.so/Makefile +++ b/libexec/ld.so/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.32 2006/05/03 16:10:51 drahn Exp $ +# $OpenBSD: Makefile,v 1.33 2006/05/04 01:52:16 drahn Exp $ -SUBDIR=ldconfig ldd prebind prebind_strip +SUBDIR=ldconfig ldd #SUBDIR+=prebind prebind_strip VPATH=${.CURDIR}/../../lib/libc/string |