4.3BSD-Reno/src/bin/expr/Makefile

#	@(#)Makefile	5.4 (Berkeley) 6/24/90

PROG=	expr
SRCS=	expr.c
CLEANFILES=	expr.c y.tab.h

.include <bsd.prog.mk>