summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-11-06 08:16:06 +0000
committered <ed@FreeBSD.org>2011-11-06 08:16:06 +0000
commitd194803bbcaef53a9431733c9d8672533ebb260d (patch)
treed33c30e21194d11d5fbb2f64bd15e6c653146259 /usr.bin/make
parent15a0ba36db61204e010694122f96281b4111cdf4 (diff)
downloadFreeBSD-src-d194803bbcaef53a9431733c9d8672533ebb260d.zip
FreeBSD-src-d194803bbcaef53a9431733c9d8672533ebb260d.tar.gz
Add missing static keywords to make(1)
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/globals.h b/usr.bin/make/globals.h
index 06c302e..e3ce51b 100644
--- a/usr.bin/make/globals.h
+++ b/usr.bin/make/globals.h
@@ -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 */
OpenPOWER on IntegriCloud