summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/pthread_create/Makefile
blob: 8ecea5ff1ca513bf3da3a90d690e41462783cd59 (plain)
1
2
3
4
5
6
# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:16 fgsch Exp $

PROG=	pthread_create
SRCS=	pthread_create.c

.include <bsd.prog.mk>