diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2005-05-24 15:46:50 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2005-05-24 15:46:50 +0000 |
| commit | 066694bd51d86e4ae05f23c9822f1c85448e1df1 (patch) | |
| tree | 88b5192091a125cbf01e59af14d14691456d17aa /usr.bin/make/Makefile | |
| parent | 8ea7e6722bd4548e6dc213b53857df06623e6c32 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/Makefile')
| -rw-r--r-- | usr.bin/make/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index 5aff30867ef8..06700d74ea72 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -9,7 +9,7 @@ SRCS= arch.c buf.c cond.c dir.c for.c hash.c hash_tables.c job.c \ util.c var.c NO_WERROR= -WARNS?= 3 +WARNS?= 6 NO_SHARED?= YES CFLAGS+=-DMAKE_VERSION=\"5200408120\" |
