# $FreeBSD: stable/3/lib/libc_r/test/mutex/Makefile 50572 1999-08-29 15:04:30Z peter $

PROG=		mutex
SRCS=		mutex.c
NOMAN=		1
LDFLAGS=	-pthread

.include <bsd.prog.mk>
