From 998ea47bfff4d911831f4bad75270658476d7b29 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 27 Apr 1993 10:11:24 +0000 Subject: [PATCH] changed the documentation on what -DYP really means. --- lib/libc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/Makefile b/lib/libc/Makefile index c0a52cfb64c7..fc4ab65d184e 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -6,7 +6,8 @@ # from CFLAGS below. To remove these strings from just the system call # stubs, remove just -DSYSLIBC_SCCS from CFLAGS. # -# To produce a library that does YP, add -DYP to CFLAGS below. +# The YP functions are always in libc. To choose that getpwent() and friends +# actually call the YP functions, put -DYP on the CFLAGS line below. LIB=c CFLAGS+=-DYP -DLIBC_SCCS -DSYSLIBC_SCCS