aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-11-30 06:13:10 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-11-30 06:13:10 +0000
commit83b8ab27b9b9238f26513f15a62864b0696ce0e9 (patch)
tree96a2f6934204180c7df66b880abf39f14305b680 /lib/Makefile
parenta10b671db860d3efb88be3486ac2a51e4e4573b0 (diff)
downloadsrc-83b8ab27b9b9238f26513f15a62864b0696ce0e9.tar.gz
src-83b8ab27b9b9238f26513f15a62864b0696ce0e9.zip
Turn libbind back on, it should be ok now.
Notes
Notes: svn path=/head/; revision=53927
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 89c6c54ba8c4..66fb360c207f 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -35,7 +35,7 @@ _csu=csu/${MACHINE_ARCH}
_libc_r= libc_r
.endif
-.if !defined(NO_BIND) && 0
+.if !defined(NO_BIND)
_libbind= libbind
.endif