mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-09 02:26:27 +00:00
![Mark Murray](/assets/img/avatar_default.png)
it with the correct formatting (%ju, not %lld). GCC's -Wformat does not understand this, so turn on NO_WERROR.
8 lines
100 B
Makefile
8 lines
100 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= tcopy
|
|
NO_WERROR=yes
|
|
|
|
.include <bsd.prog.mk>
|