freebsd-src/lib/libthread_db/Makefile
David Xu a31a256002 Add my initial work of libthread_db. The library is used by gdb to debug
threaded process. Current, only libpthread is supported, but macrel will
work on it to support libthr and libc_r.
2004-07-15 03:36:35 +00:00

6 lines
58 B
Makefile

# $FreeBSD$
SUBDIR=pthread src
.include <bsd.subdir.mk>