changed the documentation on what -DYP really means.

This commit is contained in:
deraadt 1993-04-27 10:11:24 +00:00
parent 6e88da586a
commit 998ea47bff
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
# from CFLAGS below. To remove these strings from just the system call # from CFLAGS below. To remove these strings from just the system call
# stubs, remove just -DSYSLIBC_SCCS from CFLAGS. # 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 LIB=c
CFLAGS+=-DYP -DLIBC_SCCS -DSYSLIBC_SCCS CFLAGS+=-DYP -DLIBC_SCCS -DSYSLIBC_SCCS