xref: /openbsd-src/regress/lib/libc/asr/bin/threads/Makefile (revision 4c1e55dc91edd6e69ccc60ce855900fbc12cf34f)
1#	$OpenBSD: Makefile,v 1.1.1.1 2012/07/13 17:49:54 eric Exp $
2
3.PATH:	${.CURDIR}/..
4
5PROG=	threads
6SRCS+=	threads.c
7
8LDADD=	-lpthread
9
10.include <bsd.prog.mk>
11