Date: Fri, 30 Jun 2000 21:32:24 +1000 From: George Michaelson <ggm@dstc.edu.au> Cc: freebsd-current@FreeBSD.ORG Subject: Re: what turns on YP in getpwent() Message-ID: <2746.962364744@dstc.edu.au> In-Reply-To: Your message of "Fri, 30 Jun 2000 16:40:19 %2B1000." <200006300640.QAA02584@asuncion.dstc.edu.au>
next in thread | previous in thread | raw e-mail | index | archive | help
To answer my own question:
src/lib/libc/Makefile.inc
has
.if !defined(NO_YP_LIBC)
CFLAGS+= -DYP
.include "${.CURDIR}/../libc/yp/Makefile.inc"
.endif
a find down the src tree does not reveal this being defined. I'm going
to have to look elsewhere for YP/NIS failure.
cheers
-George
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2746.962364744>
