1#	$NetBSD: Makefile,v 1.13 1997/07/20 22:37:03 christos Exp $
2
3PROG=		expr
4SRCS=		expr.y
5
6.include <bsd.prog.mk>
7