summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-24 15:41:34 +0000
committerharti <harti@FreeBSD.org>2005-05-24 15:41:34 +0000
commit30f40a9f33deb9ac30a76e5b9b8c3f063f9b2f16 (patch)
tree225c3028eb2888a81c3dfaea4f53b1b4c7a95bd7 /usr.bin/make/Makefile
parentd54bd1101b4a69648561353138ce0f7808949f51 (diff)
downloadFreeBSD-src-30f40a9f33deb9ac30a76e5b9b8c3f063f9b2f16.zip
FreeBSD-src-30f40a9f33deb9ac30a76e5b9b8c3f063f9b2f16.tar.gz
Factor out ProcExec() into its own file and rename it to Proc_Exec() for
consistency with the rest of make. Obtained from: DragonFlyBSD (except for the rename)
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 7252a25..5aff3086 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -5,8 +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 shell.c str.c suff.c targ.c util.c \
- var.c
+ lst.c main.c make.c parse.c proc.c shell.c str.c suff.c targ.c \
+ util.c var.c
NO_WERROR=
WARNS?= 3
OpenPOWER on IntegriCloud