Makefile revision 249657
1# $FreeBSD: head/bin/expr/Makefile 249657 2013-04-19 19:45:00Z ed $
2
3PROG=	expr
4SRCS=	expr.y
5YFLAGS=
6
7NO_WMISSING_VARIABLE_DECLARATIONS=
8
9.include <bsd.prog.mk>
10