freebsd-dev/usr.bin/time/Makefile
David Malone 61d8eede29 Cast to intmax_t to print tv_sec in struct timeval.
Avoid shadowing a global variable with a function argument.
Set WARNS to 6.
2007-05-07 12:23:23 +00:00

8 lines
94 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PROG= time
WARNS?=6
.include <bsd.prog.mk>