#	@(#)Makefile	4.6 (Berkeley) 5/11/90

PROG=	graph
DPADD=	${LIBM} ${LIBPLOT}
LDADD=	-lplot -lm

.include <bsd.prog.mk>
