efbb5e2289
deal with C99 formats.
10 lines
120 B
Makefile
10 lines
120 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= expr
|
|
SRCS= expr.y
|
|
YFLAGS=
|
|
|
|
NO_WERROR= "GCC can't handle C99 printf formats."
|
|
|
|
.include <bsd.prog.mk>
|