diff options
| author | John Birrell <jb@FreeBSD.org> | 1997-05-03 02:51:59 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1997-05-03 02:51:59 +0000 |
| commit | cb6e7ccbea23d53c17273cb2e37f3e81f97d15cc (patch) | |
| tree | 5fc8453389efd70199db8213b679828a24adf0a1 /lib/Makefile | |
| parent | cd6f28f252b9d839b036bb91f0fe3552a30a6f14 (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 8fae45709fc2..cdfb30d0d266 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -14,7 +14,7 @@ SUBDIR+=libc libcompat libcom_err libcurses libdisk libedit \ libncurses libopie libpcap libresolv librpcsvc \ libscsi libskey libss libtermcap libutil libxpg4 liby libz -.if defined(WANT_LIBC_R) +.if !defined(NOLIBC_R) SUBDIR+= libc_r .endif |
