diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1998-04-19 09:11:23 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-04-19 09:11:23 +0000 |
| commit | 1b1c081827e91ca46f8ab29765642087985b2259 (patch) | |
| tree | 125df4f9b903f662f7b1eed15bec27ce81376f75 /lib | |
| parent | 1bee748688e6ba81d71626cd28887b5f099bcdb5 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 540e3cf00451..625ad5d1cf57 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -17,7 +17,7 @@ SUBDIR+=libalias libc libcalendar libcompat libcom_err libcurses \ libscsi libskey libss libtermcap libutil libvgl libxpg4 liby libz -.if !defined(NO_LIBC_R) +.if !defined(NOLIBC_R) SUBDIR+= libc_r .endif |
