mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
8 lines
86 B
Makefile
8 lines
86 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mutex_isowned_np
|
|
NO_MAN=
|
|
|
|
LDADD= -lpthread
|
|
|
|
.include <bsd.prog.mk>
|