]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/expr/Makefile
- Update ncurses to 5.7-20081102 (5.7 release) and build glue
[FreeBSD/FreeBSD.git] / bin / expr / Makefile
1 # $FreeBSD$
2
3 PROG=   expr
4 SRCS=   expr.y
5 YFLAGS=
6
7 .include <bsd.prog.mk>