xref: /dragonfly/bin/expr/Makefile (revision 606a6e92)
1# $FreeBSD: src/bin/expr/Makefile,v 1.14.2.1 2001/08/01 02:37:46 obrien Exp $
2# $DragonFly: src/bin/expr/Makefile,v 1.3 2004/09/26 15:41:49 asmodai Exp $
3
4PROG=	expr
5SRCS=	expr.y
6
7WARNS?=	6
8
9YFLAGS=
10
11.include <bsd.prog.mk>
12