summaryrefslogtreecommitdiffstats
path: root/bin/cp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cp/Makefile')
-rw-r--r--bin/cp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/cp/Makefile b/bin/cp/Makefile
index 1b0037f..7108f71 100644
--- a/bin/cp/Makefile
+++ b/bin/cp/Makefile
@@ -3,6 +3,7 @@
PROG= cp
SRCS= cp.c utils.c
-CFLAGS+= -W -DVM_AND_BUFFER_CACHE_SYNCHRONIZED
+CFLAGS+= -DVM_AND_BUFFER_CACHE_SYNCHRONIZED
+WARNS= 0
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud