aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/make.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/make.h')
-rw-r--r--usr.bin/make/make.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h
index ee0b34e4680c..b8e3ce8b1aae 100644
--- a/usr.bin/make/make.h
+++ b/usr.bin/make/make.h
@@ -273,6 +273,8 @@ extern Lst create; /* The list of target names specified on the
* make(...) statements */
extern Lst dirSearchPath; /* The list of directories to search when
* looking for targets */
+extern Lst parseIncPath; /* The list of directories to search when
+ * looking for includes */
extern Boolean compatMake; /* True if we are make compatible */
extern Boolean ignoreErrors; /* True if should ignore all errors */