mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
10 lines
152 B
Makefile
10 lines
152 B
Makefile
|
|
ELFTCDIR= ${SRCTOP}/contrib/elftoolchain
|
|
|
|
PROG= elfctl
|
|
|
|
LIBADD= elftc elf
|
|
|
|
CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
|
|
|
|
.include <bsd.prog.mk>
|