diff options
author | jb <jb@FreeBSD.org> | 1997-05-03 02:51:59 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1997-05-03 02:51:59 +0000 |
commit | 87e6f01d064f9909ce0c70372a61f1bbb613e56d (patch) | |
tree | 1a03c5307ec80fcb9fdc6751f5890643efafead5 /lib/Makefile | |
parent | 05f0aa8d579c02b95e067d71334f23a8d8f706f7 (diff) | |
download | FreeBSD-src-87e6f01d064f9909ce0c70372a61f1bbb613e56d.zip FreeBSD-src-87e6f01d064f9909ce0c70372a61f1bbb613e56d.tar.gz |
Change default build to include libc_r, but allow disadvantaged souls
to turn off the build.
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 8fae457..cdfb30d 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 |