summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/asr/bin/threads/Makefile
blob: 3252511cd10f9f9dc7e0042070163cfe72721b39 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.1.1.1 2012/07/13 17:49:54 eric Exp $

.PATH:	${.CURDIR}/..

PROG=	threads
SRCS+=	threads.c

LDADD=	-lpthread

.include <bsd.prog.mk>