summaryrefslogtreecommitdiff
path: root/regress/lib/libc_r/pthread_mutex/Makefile
blob: 050627af875e0dde927d6661f96e18a12243a43e (plain)
1
2
3
4
5
6
# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:12 fgsch Exp $

PROG=	pthread_mutex
SRCS=	pthread_mutex.c

.include <bsd.prog.mk>