Add missing static keywords to make(1)

This commit is contained in:
Ed Schouten 2011-11-06 08:16:06 +00:00
parent 76de43968b
commit efd6c7ccc9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227172

View File

@ -75,6 +75,7 @@ extern Boolean beSilent; /* True if should print no commands */
extern Boolean beVerbose; /* True if should print extra cruft */
extern Boolean beQuiet; /* True if want quiet headers with -j */
extern Boolean noExecute; /* True if should execute nothing */
extern Boolean printGraphOnly; /* -p flag */
extern Boolean allPrecious; /* True if every target is precious */
extern Boolean is_posix; /* .POSIX target seen */
extern Boolean mfAutoDeps; /* .MAKEFILEDEPS target seen */