diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-12 14:50:58 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-12 14:50:58 +0000 |
| commit | ad9165a03886b5edf9a79a03058619b8a8907d95 (patch) | |
| tree | 167ef509c912d8665e1544a453ee24ee71bc9af6 /usr.bin/make/globals.h | |
| parent | a5625ae749378482eecc649fcd2fe31c278fc995 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/globals.h')
| -rw-r--r-- | usr.bin/make/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/globals.h b/usr.bin/make/globals.h index 465c4f3d6098..04c7da9bb2d3 100644 --- a/usr.bin/make/globals.h +++ b/usr.bin/make/globals.h @@ -78,6 +78,7 @@ extern Boolean beVerbose; /* True if should print extra cruft */ extern Boolean noExecute; /* True if should execute nothing */ extern Boolean allPrecious; /* True if every target is precious */ extern Boolean is_posix; /* .POSIX target seen */ +extern Boolean mfAutoDeps; /* .MAKEFILEDEPS target seen */ /* True if should continue on unaffected portions of the graph * when have an error in one portion */ |
