summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-10-09 01:56:02 +0000
committerjmallett <jmallett@FreeBSD.org>2002-10-09 01:56:02 +0000
commitcc747c11c5444d874bc9a548ddb8dbcfba2e483e (patch)
treefeefe92d63572b2e7d21a09bd10a5cdaf60371e5 /usr.bin/make/make.h
parent5788a2c1bb03c058e07cfab411f9c4a33911a10c (diff)
downloadFreeBSD-src-cc747c11c5444d874bc9a548ddb8dbcfba2e483e.zip
FreeBSD-src-cc747c11c5444d874bc9a548ddb8dbcfba2e483e.tar.gz
Remove extern declarations from functions and source files where they would
happily fit into headers.
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 ee0b34e..b8e3ce8 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 */
OpenPOWER on IntegriCloud