mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
61d8eede29
Avoid shadowing a global variable with a function argument. Set WARNS to 6.
8 lines
94 B
Makefile
8 lines
94 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= time
|
|
WARNS?=6
|
|
|
|
.include <bsd.prog.mk>
|