MFC rev. 1.267

Document that changes to nsswitch.conf might be needed when
compiling with NO_NIS.
[ also see make.conf(5) and nsswitch.conf(5) ]

MFC rev. 1.270 by keramida
Add extra '#' comment characters at the beginning of two
lines that started with TABs, to avoid make(1) warnings introduced
in rev. 1.267.
This commit is contained in:
bz 2005-12-11 20:41:26 +00:00
parent d456444dea
commit 789873b4ef

View File

@ -124,7 +124,9 @@
#NO_MAN= # do not build manual pages
#NO_MODULES= # do not build modules with the kernel
#NO_NETCAT= # do not build netcat
#NO_NIS= # do not build NIS support and related programs
#NO_NIS= # do not build NIS support and related programs.
# # If NO_NIS is set, you might need to adopt your
# # nsswitch.conf(5) and remove `nis' entries.
#NO_OBJC= # do not build Objective C support
#NO_OPENSSH= # do not build OpenSSH
#NO_OPENSSL= # do not build OpenSSL (implies NO_KERBEROS/NO_OPENSSH)