mirror of
https://github.com/opnsense/src.git
synced 2026-06-18 21:20:30 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
10 lines
181 B
Makefile
10 lines
181 B
Makefile
SHLIB_NAME= dynthr_mod.so
|
|
SHLIBDIR= ${TESTSDIR}
|
|
SRCS= dynthr_mod.c
|
|
LIBADD= pthread
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/:H}
|
|
|
|
|
|
.include <bsd.lib.mk>
|