xref
: /
freebsd
/
tools
/
regression
/
pthread
/
mutex_isowned_np
/
Makefile
(revision 39beb93c3f8bdbf72a61fda42300b5ebed7390c8)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
PROG
=
mutex_isowned_np
4
NO_MAN
=
5
6
LDADD
= -
lpthread
7
8
.
include
<
bsd.prog.mk
>
9