79bfb05b07
elfctl is a tool for modifying the NT_FREEBSD_FEATURE_CTL ELF note, which contains a set of flags for enabling or disabling vulnerability mitigations and other features. Reviewed by: csjp, kib MFC after: 2 weeks Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D23910
12 lines
164 B
Makefile
12 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
ELFTCDIR= ${SRCTOP}/contrib/elftoolchain
|
|
|
|
PROG= elfctl
|
|
|
|
LIBADD= elftc elf
|
|
|
|
CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
|
|
|
|
.include <bsd.prog.mk>
|