From 15c11220eed06314333ea8b591cccb9d289dd869 Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Wed, 9 Oct 2002 01:56:02 +0000 Subject: Remove extern declarations from functions and source files where they would happily fit into headers. --- usr.bin/make/make.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/make/make.h') 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 */ -- cgit v1.2.3