mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 15:52:40 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
16 lines
267 B
Makefile
16 lines
267 B
Makefile
.include <src.opts.mk>
|
|
|
|
PACKAGE= elftoolchain
|
|
|
|
ELFTCDIR= ${SRCTOP}/contrib/elftoolchain
|
|
ADDR2LINEDIR= ${ELFTCDIR}/addr2line
|
|
|
|
.PATH: ${ADDR2LINEDIR}
|
|
|
|
PROG= addr2line
|
|
|
|
LIBADD= elftc dwarf elf
|
|
|
|
CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
|
|
|
|
.include <bsd.prog.mk>
|