summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-03-02 02:36:41 +0000
committerEd Maste <emaste@FreeBSD.org>2020-03-02 02:36:41 +0000
commit79bfb05b074873a2c02f0733456ecf269656bef6 (patch)
treea4565a06267b57db85b66a77709c356ee98c27c5 /usr.bin/Makefile
parent95695e4634c4ca93f07c8877f2effdba932ebab2 (diff)
downloadsrc-test-79bfb05b074873a2c02f0733456ecf269656bef6.tar.gz
src-test-79bfb05b074873a2c02f0733456ecf269656bef6.zip
Move ELF feature note tool to usr.bin/elfctl
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
Notes
Notes: svn path=/head/; revision=358512
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 7528ce8455a12..cb166e99457ef 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -31,6 +31,7 @@ SUBDIR= alias \
diff \
dirname \
du \
+ elfctl \
elfdump \
enigma \
env \