aboutsummaryrefslogtreecommitdiff
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
parentda035a22eb1488ab81fa4bc06df1f795daa9ad0a (diff)
Notes
-rw-r--r--bin/chmod/Makefile1
-rw-r--r--bin/cp/Makefile1
-rw-r--r--bin/rm/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile
index 71006d00a523..34203fff2002 100644
--- a/bin/chmod/Makefile
+++ b/bin/chmod/Makefile
@@ -2,5 +2,6 @@
# $FreeBSD$
PROG= chmod
+WFORMAT=0
.include <bsd.prog.mk>
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>
diff --git a/bin/rm/Makefile b/bin/rm/Makefile
index 7b85cdf90fc0..a63cabed1f7d 100644
--- a/bin/rm/Makefile
+++ b/bin/rm/Makefile
@@ -3,6 +3,7 @@
PROG= rm
SRCS= rm.c
+WFORMAT=0
LINKS= ${BINDIR}/rm ${BINDIR}/unlink
MLINKS= rm.1 unlink.1