mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
* 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
12 lines
156 B
Makefile
12 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>
|