Makefile revision 277747
1# $FreeBSD: stable/10/bin/expr/Makefile 277747 2015-01-26 11:49:06Z ngie $
2
3.include <bsd.own.mk>
4
5PROG=	expr
6SRCS=	expr.y
7YFLAGS=
8
9NO_WMISSING_VARIABLE_DECLARATIONS=
10
11.if ${MK_TESTS} != "no"
12SUBDIR+=	tests
13.endif
14
15.include <bsd.prog.mk>
16