aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2002-07-15 12:08:21 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2002-07-15 12:08:21 +0000
commitced4deb156372dcbc91d72ffe539874be6d406e4 (patch)
tree1752f16e058aa45c286ac92709b8ce6c83e19ad0 /bin
parent605a57c20d1389094efd18d7ea4a1473dd9774c8 (diff)
downloadsrc-ced4deb156372dcbc91d72ffe539874be6d406e4.tar.gz
src-ced4deb156372dcbc91d72ffe539874be6d406e4.zip
Revert previous delta, which is not required with rev 1.5 of
src/contrib/gcc/c-format.c .
Notes
Notes: svn path=/head/; revision=100069
Diffstat (limited to 'bin')
-rw-r--r--bin/chmod/Makefile1
-rw-r--r--bin/cp/Makefile1
-rw-r--r--bin/rm/Makefile1
3 files changed, 0 insertions, 3 deletions
diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile
index 34203fff2002..71006d00a523 100644
--- a/bin/chmod/Makefile
+++ b/bin/chmod/Makefile
@@ -2,6 +2,5 @@
# $FreeBSD$
PROG= chmod
-WFORMAT=0
.include <bsd.prog.mk>
diff --git a/bin/cp/Makefile b/bin/cp/Makefile
index a1df39265cb2..9180efe26c3f 100644
--- a/bin/cp/Makefile
+++ b/bin/cp/Makefile
@@ -4,6 +4,5 @@
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 a63cabed1f7d..7b85cdf90fc0 100644
--- a/bin/rm/Makefile
+++ b/bin/rm/Makefile
@@ -3,7 +3,6 @@
PROG= rm
SRCS= rm.c
-WFORMAT=0
LINKS= ${BINDIR}/rm ${BINDIR}/unlink
MLINKS= rm.1 unlink.1