summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-24 15:30:03 +0000
committerharti <harti@FreeBSD.org>2005-05-24 15:30:03 +0000
commita5cd5bc554f6b026dded052ccf6bc9f633b3b6de (patch)
treeb30a386f376d5959c81fae3a88c99830a548613e /usr.bin/make/Makefile
parentb6ff4ff920cf5798accf03ca1ac826688d01b4f0 (diff)
downloadFreeBSD-src-a5cd5bc554f6b026dded052ccf6bc9f633b3b6de.zip
FreeBSD-src-a5cd5bc554f6b026dded052ccf6bc9f633b3b6de.tar.gz
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)
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 3cb53693..7252a25 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -5,7 +5,8 @@
PROG= make
CFLAGS+=-I${.CURDIR}
SRCS= arch.c buf.c cond.c dir.c for.c hash.c hash_tables.c job.c \
- lst.c main.c make.c parse.c str.c suff.c targ.c util.c var.c
+ lst.c main.c make.c parse.c shell.c str.c suff.c targ.c util.c \
+ var.c
NO_WERROR=
WARNS?= 3
OpenPOWER on IntegriCloud