freebsd-src/lib/libproc/test/t2-name2map/Makefile
Rui Paulo 8eb20f364f New version of libproc. Changes are:
* breakpoint setup support
* register query
* symbol to address mapping and vice-versa
* more misc utility functions based on their Solaris counterpart

Also, I've written some test cases.

Sponsored by:	The FreeBSD Foundation
2010-07-31 16:10:20 +00:00

13 lines
156 B
Makefile

# $FreeBSD$
PROG= t2-name2map
SRCS= t2-name2map.c
LDADD= -lproc -lelf -lrtld_db -lutil
DPADD= ${LIBPROC} ${LIBELF}
WITHOUT_MAN=
.include <bsd.prog.mk>