# Makefile for sprofalyze
PROG= sprofdiff
SRCS= sprofdiff.c tdist.c
LDADD+= -lm
MAN=
.include <bsd.prog.mk>