aboutsummaryrefslogtreecommitdiff
path: root/bin/cp
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2002-07-11 08:45:38 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2002-07-11 08:45:38 +0000
commita3ee32f3f72b616867d19e5abbd1ebd4d3ae1052 (patch)
tree95af1554c930ece9e942cf4f9ae9f09c03e9eb38 /bin/cp
parentda035a22eb1488ab81fa4bc06df1f795daa9ad0a (diff)
Notes
Diffstat (limited to 'bin/cp')
-rw-r--r--bin/cp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/cp/Makefile b/bin/cp/Makefile
index 9180efe26c3f..a1df39265cb2 100644
--- a/bin/cp/Makefile
+++ b/bin/cp/Makefile
@@ -4,5 +4,6 @@
PROG= cp
SRCS= cp.c utils.c
CFLAGS+= -DVM_AND_BUFFER_CACHE_SYNCHRONIZED
+WFORMAT=0
.include <bsd.prog.mk>