Jacob Adams be4841096d Add manpage for sprofdiff
Change-Id: Ifa98ab133ef818d21921f05db650069448ea52ff
2015-05-18 13:52:13 +02:00

9 lines
122 B
Makefile
Executable File

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