aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/main.c
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-05-24 15:30:03 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-05-24 15:30:03 +0000
commit5c86e3c106f865a1ecf3d2e8d5bc6257a36fb453 (patch)
treeb30a386f376d5959c81fae3a88c99830a548613e /usr.bin/make/main.c
parentda2f954c96284b824657b8fa5035258c832245eb (diff)
downloadsrc-5c86e3c106f865a1ecf3d2e8d5bc6257a36fb453.tar.gz
src-5c86e3c106f865a1ecf3d2e8d5bc6257a36fb453.zip
Factor out all the .SHELL parsing related stuff into its own file and
rename the function to be consistent with the naming scheme in the rest of make. No functional changes. Obtained from: DragonFlyBSD (idea and most of shell.h)
Notes
Notes: svn path=/head/; revision=146572
Diffstat (limited to 'usr.bin/make/main.c')
-rw-r--r--usr.bin/make/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index cbc2a30bc44d..f2eb77ca05d2 100644
--- a/usr.bin/make/main.c
+++ b/usr.bin/make/main.c
@@ -86,6 +86,7 @@ __FBSDID("$FreeBSD$");
#include "make.h"
#include "parse.h"
#include "pathnames.h"
+#include "shell.h"
#include "str.h"
#include "suff.h"
#include "targ.h"