]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - bin/expr/Makefile
Record the merge of r227457, which was done as part of r227565 but not mentioned...
[FreeBSD/releng/9.0.git] / bin / expr / Makefile
1 # $FreeBSD$
2
3 PROG=   expr
4 SRCS=   expr.y
5 YFLAGS=
6
7 .include <bsd.prog.mk>