xref: /openbsd/regress/lib/libc/asr/bin/threads/Makefile (revision 3cab2bb3)
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