xref: /dragonfly/bin/expr/Makefile (revision 5153f92b)
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.4 2005/01/06 05:23:45 dillon Exp $
3
4PROG=	expr
5SRCS=	expr.y
6
7CLEANFILES= expr.c
8
9WARNS?=	6
10
11YFLAGS=
12
13.include <bsd.prog.mk>
14