diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2004-11-28 14:10:20 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2004-11-28 14:10:20 +0000 |
| commit | e1a7ca9f96ab1822dd481b8f243109a9ba4e7b6b (patch) | |
| tree | 038f934ba8e0095f07240bc89874b9ceab9e2e7d /lib/libc/Makefile | |
| parent | c27c338349d16627e73c730fe953563e8ae229c1 (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 24072d0d6fe38..09252ddb378fd 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -60,7 +60,7 @@ NOASM= .if ${MACHINE_ARCH} == "arm" .include "${.CURDIR}/softfloat/Makefile.inc" .endif -.if !defined(NO_YP_LIBC) +.if !defined(NO_NIS) CFLAGS+= -DYP .include "${.CURDIR}/yp/Makefile.inc" .endif |
