freebsd-dev/usr.bin/tcopy/Makefile
Mark Murray 5584ad32ad Fix the time of an intmax_t calculation; it is unsigned. Also print
it with the correct formatting (%ju, not %lld). GCC's -Wformat does
not understand this, so turn on NO_WERROR.
2001-12-12 22:46:56 +00:00

8 lines
100 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PROG= tcopy
NO_WERROR=yes
.include <bsd.prog.mk>