1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Revert previous delta, which is not required with rev 1.5 of

src/contrib/gcc/c-format.c .
This commit is contained in:
Sheldon Hearn 2002-07-15 12:08:21 +00:00
parent 605a57c20d
commit ced4deb156
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100069
3 changed files with 0 additions and 3 deletions

View File

@ -2,6 +2,5 @@
# $FreeBSD$
PROG= chmod
WFORMAT=0
.include <bsd.prog.mk>

View File

@ -4,6 +4,5 @@
PROG= cp
SRCS= cp.c utils.c
CFLAGS+= -DVM_AND_BUFFER_CACHE_SYNCHRONIZED
WFORMAT=0
.include <bsd.prog.mk>

View File

@ -3,7 +3,6 @@
PROG= rm
SRCS= rm.c
WFORMAT=0
LINKS= ${BINDIR}/rm ${BINDIR}/unlink
MLINKS= rm.1 unlink.1