5584ad32ad
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>
|