aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/make.h
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-10-09 01:56:02 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-10-09 01:56:02 +0000
commit15c11220eed06314333ea8b591cccb9d289dd869 (patch)
treefeefe92d63572b2e7d21a09bd10a5cdaf60371e5 /usr.bin/make/make.h
parentcf382f5bb1646fd96f9cb8c87b0638022d97f421 (diff)
downloadsrc-15c11220eed06314333ea8b591cccb9d289dd869.tar.gz
src-15c11220eed06314333ea8b591cccb9d289dd869.zip
Remove extern declarations from functions and source files where they would
happily fit into headers.
Notes
Notes: svn path=/head/; revision=104693
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 */