freebsd-dev/lib/librtld_db/Makefile
Rui Paulo cb31498865 Import the librtld_db library. This is needed by userland DTrace.
This is not yet enabled in the build because I also need to import a new
version of libproc.

Sponsored by:	The FreeBSD Foundation
2010-07-31 14:26:10 +00:00

15 lines
166 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= rtld_db
SHLIB_MAJOR= 1
MAN= librtld_db.3
SRCS= rtld_db.c
INCS= rtld_db.h
CFLAGS+= -I${.CURDIR}
.include <bsd.lib.mk>