diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile index 71006d00a52..34203fff200 100644 --- a/bin/chmod/Makefile +++ b/bin/chmod/Makefile @@ -2,5 +2,6 @@ # $FreeBSD$ PROG= chmod +WFORMAT=0 .include diff --git a/bin/cp/Makefile b/bin/cp/Makefile index 9180efe26c3..a1df39265cb 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 diff --git a/bin/rm/Makefile b/bin/rm/Makefile index 7b85cdf90fc..a63cabed1f7 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