mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
14 lines
232 B
Makefile
14 lines
232 B
Makefile
# $FreeBSD$
|
|
|
|
ELFTCDIR= ${.CURDIR}/../../contrib/elftoolchain
|
|
READELFDIR= ${ELFTCDIR}/readelf
|
|
|
|
.PATH: ${READELFDIR}
|
|
|
|
PROG= readelf
|
|
|
|
LIBADD= dwarf elftc elf
|
|
|
|
CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
|
|
|
|
.include <bsd.prog.mk>
|