eacae6dc66
Sponsored by: EMC / Isilon Storage Division
8 lines
81 B
Makefile
8 lines
81 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mutex_isowned_np
|
|
MAN=
|
|
LIBADD= pthread
|
|
|
|
.include <bsd.prog.mk>
|