Disable -Werror when building -- the old version of gcc used on IA32 can't

deal with C99 formats.
This commit is contained in:
wollman 2002-03-23 00:44:00 +00:00
parent ac2fb91ee4
commit 7282a3b32e

View File

@ -4,4 +4,6 @@ PROG= expr
SRCS= expr.y
YFLAGS=
NO_WERROR= "GCC can't handle C99 printf formats."
.include <bsd.prog.mk>