2008-02-06 19:41:05 +00:00

9 lines
86 B
Makefile

# $FreeBSD$
PROG= mutex_isowned_np
NO_MAN=
LDADD= -lpthread
.include <bsd.prog.mk>