summaryrefslogtreecommitdiff
path: root/plugins/audit_json
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2021-02-18 19:38:54 -0700
committerTodd C. Miller <Todd.Miller@sudo.ws>2021-02-18 19:38:54 -0700
commit6acf77f1a78cf16089fcddfa091bc3b3c31d2227 (patch)
tree781a6cb31e1d61db7a151917518db6381709de4b /plugins/audit_json
parent4a49a785082f4c672d0d23994a3882f0a90beafd (diff)
downloadsudo-6acf77f1a78cf16089fcddfa091bc3b3c31d2227.tar.gz
Add install-fuzz Makefile target to install the fuzzers and seed corpus.
The FUZZ_DESTDIR make variable needs to be set in the environment or on the command line.
Diffstat (limited to 'plugins/audit_json')
-rw-r--r--plugins/audit_json/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/audit_json/Makefile.in b/plugins/audit_json/Makefile.in
index 901bd833a..2a24b4b68 100644
--- a/plugins/audit_json/Makefile.in
+++ b/plugins/audit_json/Makefile.in
@@ -163,6 +163,8 @@ install-plugin: install-dirs audit_json.la
INSTALL_BACKUP='$(INSTALL_BACKUP)' $(LIBTOOL) $(LTFLAGS) --mode=install $(INSTALL) $(INSTALL_OWNER) -m $(shlib_mode) audit_json.la $(DESTDIR)$(plugindir); \
fi
+install-fuzzer:
+
uninstall:
-$(LIBTOOL) $(LTFLAGS) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/audit_json.la
-test -z "$(INSTALL_BACKUP)" || \