1#	$OpenBSD: Makefile,v 1.1 2020/09/16 14:02:24 mpi Exp $
2
3PROG=		sigprof
4LDADD=		-lpthread
5DPADD=		${LIBPTHREAD}
6
7.include <bsd.regress.mk>
8