dhcpcd: update README.DRAGONFLY
[dragonfly.git] / lib / libthread_db / Makefile
blob0bda3199fcd419aac5091570f241d286d2329f44
1 LIB= thread_db
2 SHLIB_MAJOR= 1
3 SRCS= thread_db.c
4 SRCS+= libthread_xu.c
5 INCS= thread_db.h
6 WARNS?= 1
8 CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../libexec/rtld-elf \
9 -I${.CURDIR}/../../libexec/rtld-elf/${MACHINE_ARCH}
11 .include <bsd.lib.mk>