# Makefile for sprofalyze

PROG=	sprofdiff
SRCS=	sprofdiff.c tdist.c
LDADD+= -lm
MAN= sprofdiff.8

.include <bsd.prog.mk>
