freebsd-dev/lib/libproc/test/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

6 lines
79 B
Makefile

# $FreeBSD$
SUBDIR= t1-bkpt t2-name2map t3-name2sym
.include <bsd.subdir.mk>