1#	$OpenBSD: Makefile,v 1.1 2017/04/30 09:03:58 mpi Exp $
2
3PROG=	futex
4
5LDADD+=	-lpthread
6DPADD+=	${LIBPTHREAD}
7
8.include <bsd.regress.mk>
9