diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2005-05-10 11:53:20 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2005-05-10 11:53:20 +0000 |
| commit | 74369e814bfc743376789d2b94c8f0f3c52f55f1 (patch) | |
| tree | 25c388f7927c6f98627341a7c6d0abfbfe779d48 /usr.bin/make/Makefile | |
| parent | bc876003670fb8c8cbbe5d330f4eb29011e8feba (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/Makefile')
| -rw-r--r-- | usr.bin/make/Makefile | 3 |
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 |
