PROG=mutex_bench
CFLAGS=-O2 -g
.if defined(NO_SSE)
CFLAGS+=-mno-sse
.endif
LDADD+=-lpthread
NO_MAN=
NO_OBJ=
SRCS=mutex_bench.c # movups.c

.include <bsd.prog.mk>
