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