mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
Revert previous delta, which is not required with rev 1.5 of
src/contrib/gcc/c-format.c .
This commit is contained in:
parent
605a57c20d
commit
ced4deb156
3 changed files with 0 additions and 3 deletions
|
|
@ -2,6 +2,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PROG= chmod
|
||||
WFORMAT=0
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,5 @@
|
|||
PROG= cp
|
||||
SRCS= cp.c utils.c
|
||||
CFLAGS+= -DVM_AND_BUFFER_CACHE_SYNCHRONIZED
|
||||
WFORMAT=0
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
PROG= rm
|
||||
SRCS= rm.c
|
||||
WFORMAT=0
|
||||
|
||||
LINKS= ${BINDIR}/rm ${BINDIR}/unlink
|
||||
MLINKS= rm.1 unlink.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue