opnsense-src/lib/libthread_db/Makefile
Jeff Roberson 34147e4308 - Remove libkse and related support code in libpthread from the build.
Don't remove the files yet.  Kernel support will be removed shortly.
2008-03-12 09:49:39 +00:00

19 lines
321 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
LIB= thread_db
SHLIB_MAJOR= 3
SRCS= thread_db.c
SRCS+= libpthread_md.c
SRCS+= libthr_db.c
INCS= thread_db.h
WARNS?= 1
CFLAGS+=-I. -I${.CURDIR}
SYM_MAPS+=${.CURDIR}/Symbol.map
SYMBOL_MAPS=${SYM_MAPS}
VERSION_DEF=${.CURDIR}/../libc/Versions.def
.include <bsd.lib.mk>