mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
16 lines
224 B
Makefile
16 lines
224 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <src.opts.mk>
|
||
|
|
|
||
|
|
ELFTCDIR= ${.CURDIR}/../../contrib/elftoolchain
|
||
|
|
|
||
|
|
.PATH: ${ELFTCDIR}/strings
|
||
|
|
|
||
|
|
PROG= strings
|
||
|
|
|
||
|
|
LIBADD= elftc elf
|
||
|
|
|
||
|
|
CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|