mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
friend library for libpthread, the library will be used by debugger to read/write libpthread's internal data structures.
5 lines
93 B
Makefile
5 lines
93 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
|
|
|
|
SRCS+= pthread_dbg_md.c
|