freebsd-nq/lib/libproc/test/t3-name2sym/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= t3-name2sym
SRCS= t3-name2sym.c
LDADD= -lproc -lelf -lrtld_db -lutil
DPADD= ${LIBPROC} ${LIBELF}
WITHOUT_MAN=
.include <bsd.prog.mk>