]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/expr/Makefile
4478 dtrace_dof_maxsize is far too small
[FreeBSD/FreeBSD.git] / bin / expr / Makefile
1 # $FreeBSD$
2
3 PROG=   expr
4 SRCS=   expr.y
5 YFLAGS=
6
7 NO_WMISSING_VARIABLE_DECLARATIONS=
8
9 .include <bsd.prog.mk>