summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-10 11:53:20 +0000
committerharti <harti@FreeBSD.org>2005-05-10 11:53:20 +0000
commitaa675175227258b0c762e4fa7bfb2aa863711abd (patch)
tree25c388f7927c6f98627341a7c6d0abfbfe779d48 /usr.bin/make/Makefile
parentc9931f2fee92f91f140c5048a0f524d269d0f04e (diff)
downloadFreeBSD-src-aa675175227258b0c762e4fa7bfb2aa863711abd.zip
FreeBSD-src-aa675175227258b0c762e4fa7bfb2aa863711abd.tar.gz
Merge var_modify.c into var.c and move types and function declarations
that are now used only in var.c from var.h to var.c Patches: 7.193,7.194 Submitted by: Max Okumoto <okumoto@ucsd.edu>
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index bf33e71..4a44543 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -5,8 +5,7 @@
PROG= make
CFLAGS+=-I${.CURDIR}
SRCS= arch.c buf.c compat.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 var_modify.c
+ job.c lst.c main.c make.c parse.c str.c suff.c targ.c util.c var.c
NO_WERROR=
WARNS?= 3
OpenPOWER on IntegriCloud