aboutsummaryrefslogtreecommitdiff
path: root/bin/expr/Makefile
blob: 739ffce93da3d02a48194dbf5dd0033180a8df3c (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

PROG=	expr
SRCS=	expr.y
YFLAGS=

NO_WERROR=	"GCC can't handle C99 printf formats."

.include <bsd.prog.mk>