Code

Merge branch 'rg/no-gecos-in-pwent'
[git.git] / Makefile
index db72c45f31c7166a46702e973404bd8a73b0652b..f52d84b89f25c04685be163077af5f1a3abf06e4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,9 @@ all::
 # Define NO_FNMATCH_CASEFOLD if your fnmatch function doesn't have the
 # FNM_CASEFOLD GNU extension.
 #
+# Define NO_GECOS_IN_PWENT if you don't have pw_gecos in struct passwd
+# in the C library.
+#
 # Define NO_LIBGEN_H if you don't have libgen.h.
 #
 # Define NEEDS_LIBGEN if your libgen needs -lgen when linking