xref: /freebsd/bin/expr/Makefile (revision 71fe318b852b8dfb3e799cb12ef184750f7f8eac)
1# $FreeBSD$
2
3PROG=	expr
4SRCS=	expr.y
5YFLAGS=
6
7NO_WERROR=	"GCC can't handle C99 printf formats."
8
9.include <bsd.prog.mk>
10