summaryrefslogtreecommitdiffstats
path: root/usr.bin/tcopy/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-12 22:46:56 +0000
committermarkm <markm@FreeBSD.org>2001-12-12 22:46:56 +0000
commitb7a2b7c5dd7596a9ee10e2fd10238d916f52dd8e (patch)
treeb2c8548fd0654bc53607930e72c960fc7066f2f6 /usr.bin/tcopy/Makefile
parent580f3319c9eb0f39c49d27d0b354dd7d392782de (diff)
downloadFreeBSD-src-b7a2b7c5dd7596a9ee10e2fd10238d916f52dd8e.zip
FreeBSD-src-b7a2b7c5dd7596a9ee10e2fd10238d916f52dd8e.tar.gz
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.
Diffstat (limited to 'usr.bin/tcopy/Makefile')
-rw-r--r--usr.bin/tcopy/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/tcopy/Makefile b/usr.bin/tcopy/Makefile
index 5a42f6d..8a6fc55 100644
--- a/usr.bin/tcopy/Makefile
+++ b/usr.bin/tcopy/Makefile
@@ -1,5 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= tcopy
+NO_WERROR=yes
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud