xref: /dragonfly/bin/expr/Makefile (revision 1de703da)
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.2 2003/06/17 04:22:50 dillon Exp $
3
4PROG=	expr
5SRCS=	expr.y
6YFLAGS=
7WARNS?=	2
8
9.include <bsd.prog.mk>
10