diff options
| author | David Xu <davidxu@FreeBSD.org> | 2004-07-15 03:36:35 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2004-07-15 03:36:35 +0000 |
| commit | a31a2560024fed5037d93eb035bb734df4d3bda2 (patch) | |
| tree | 5391cf6197c761aa0db16e260592bd92535e5ba9 /lib/libthread_db/src/Makefile | |
| parent | 8916adb1c99a5d584ec02e3092305b3f0405ae84 (diff) | |
Notes
Diffstat (limited to 'lib/libthread_db/src/Makefile')
| -rw-r--r-- | lib/libthread_db/src/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/libthread_db/src/Makefile b/lib/libthread_db/src/Makefile new file mode 100644 index 0000000000000..236e7bc21b491 --- /dev/null +++ b/lib/libthread_db/src/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +SHLIB_NAME=libthread_db.so.1 +NOPROFILE=yes +CFLAGS+=-Wall -I${.CURDIR}/../../../include -I${.CURDIR}/../include +LDADD=../pthread/libpthread_db.a + +PRECIOUSLIB=yes + +.PATH: ${.CURDIR} + +SRCS+=thread_db.c +INCS=../include/thread_db.h + +.include <bsd.lib.mk> |
