mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 20:06:42 -04:00
10 lines
167 B
Makefile
10 lines
167 B
Makefile
|
|
SHLIB_NAME= dynthr_mod.so
|
|
SHLIBDIR= ${TESTSDIR}
|
|
SRCS= dynthr_mod.c
|
|
LIBADD= pthread
|
|
|
|
TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/:H}
|
|
|
|
|
|
.include <bsd.lib.mk>
|