#	$OpenBSD: Makefile,v 1.1 2017/04/30 09:03:58 mpi Exp $

PROG=	futex

LDADD+=	-lpthread
DPADD+=	${LIBPTHREAD}

.include <bsd.regress.mk>
