diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-11-30 06:13:10 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-11-30 06:13:10 +0000 |
| commit | 83b8ab27b9b9238f26513f15a62864b0696ce0e9 (patch) | |
| tree | 96a2f6934204180c7df66b880abf39f14305b680 /lib/Makefile | |
| parent | a10b671db860d3efb88be3486ac2a51e4e4573b0 (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 2 |
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 |
