aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-05-10 11:53:20 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-05-10 11:53:20 +0000
commit74369e814bfc743376789d2b94c8f0f3c52f55f1 (patch)
tree25c388f7927c6f98627341a7c6d0abfbfe779d48 /usr.bin/make/Makefile
parentbc876003670fb8c8cbbe5d330f4eb29011e8feba (diff)
Notes
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 bf33e718fd4c..4a445437593e 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