diff options
author | 2006-05-04 01:52:16 +0000 | |
---|---|---|
committer | 2006-05-04 01:52:16 +0000 | |
commit | 9c2de78ed81a60a02f5b82957e21d35b1549b136 (patch) | |
tree | 234a42919fd11545f1be39a5e04a36c835fbd684 | |
parent | correct one more comment (diff) | |
download | wireguard-openbsd-9c2de78ed81a60a02f5b82957e21d35b1549b136.tar.xz wireguard-openbsd-9c2de78ed81a60a02f5b82957e21d35b1549b136.zip |
Dont build/install prebind tools just yet.
-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 |