Makefile revision 35702
1#	$Id: Makefile,v 1.12 1997/02/22 14:03:36 peter Exp $
2
3PROG=	expr
4SRCS=	expr.y
5YFLAGS=
6
7.include <bsd.prog.mk>
8