Author: ed
Date: Sun Nov  6 08:16:06 2011
New Revision: 227172
URL: http://svn.freebsd.org/changeset/base/227172
Log:
  Add missing static keywords to make(1)

Modified:
  head/usr.bin/make/globals.h

Modified: head/usr.bin/make/globals.h
==============================================================================
--- head/usr.bin/make/globals.h Sun Nov  6 08:15:59 2011        (r227171)
+++ head/usr.bin/make/globals.h Sun Nov  6 08:16:06 2011        (r227172)
@@ -75,6 +75,7 @@ extern Boolean        beSilent;       /* True if shou
 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 */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to