#	@(#)Makefile	5.3 (Berkeley) 5/31/90

PROG=	prof
MAN1=	prof.0

# If you don't want to plot, take out the following two lines
CFLAGS+=-Dplot
LDADD+=	-lplot

.include <bsd.prog.mk>
